diff options
Diffstat (limited to 'cli/src/cli-rpc-ops.c')
| -rw-r--r-- | cli/src/cli-rpc-ops.c | 4 | 
1 files changed, 2 insertions, 2 deletions
diff --git a/cli/src/cli-rpc-ops.c b/cli/src/cli-rpc-ops.c index 2ab13261a9f..7cc85e48320 100644 --- a/cli/src/cli-rpc-ops.c +++ b/cli/src/cli-rpc-ops.c @@ -5741,7 +5741,7 @@ gf_cli3_1_mount_cbk (struct rpc_req *req, struct iovec *iov,                  /* weird sounding but easy to parse... */                  cli_err ("%d : failed with this errno (%s)",                           rsp.op_errno, strerror (rsp.op_errno)); -                ret = 1; +                ret = -1;          }  out: @@ -5805,7 +5805,7 @@ gf_cli3_1_umount_cbk (struct rpc_req *req, struct iovec *iov,                  ret = 0;          else {                  cli_err ("umount failed"); -                ret = 1; +                ret = -1;          }  out:  | 
