diff options
Diffstat (limited to 'glusterfsd/src/glusterfsd-mgmt.c')
| -rw-r--r-- | glusterfsd/src/glusterfsd-mgmt.c | 6 | 
1 files changed, 3 insertions, 3 deletions
diff --git a/glusterfsd/src/glusterfsd-mgmt.c b/glusterfsd/src/glusterfsd-mgmt.c index d7e87728e74..81c18ffc715 100644 --- a/glusterfsd/src/glusterfsd-mgmt.c +++ b/glusterfsd/src/glusterfsd-mgmt.c @@ -2120,6 +2120,9 @@ mgmt_pmap_signin_cbk (struct rpc_req *req, struct iovec *iov, int count,          char             brick_name[PATH_MAX] = {0,};          frame = myframe; +        ctx = glusterfsd_ctx; +        cmd_args = &ctx->cmd_args; +          if (-1 == req->rpc_status) {                  ret = -1; @@ -2143,9 +2146,6 @@ mgmt_pmap_signin_cbk (struct rpc_req *req, struct iovec *iov, int count,                  goto out;          } -        ctx = glusterfsd_ctx; -        cmd_args = &ctx->cmd_args; -          if (!cmd_args->brick_port2) {                  /* We are done with signin process */                  emancipate_ret = 0;  | 
