From f054680c073d571f9228fabf91fa58416ef86a5f Mon Sep 17 00:00:00 2001 From: Pranith Kumar K Date: Wed, 7 Oct 2015 18:39:42 +0530 Subject: glusterfsd: Initialize ctx, cmd_args Backport of http://review.gluster.org/12311 Change-Id: I9c71ae264665b7bba609c7f86cf42a52a6b47260 BUG: 1269702 Signed-off-by: Pranith Kumar K Reviewed-on: http://review.gluster.org/12312 Tested-by: NetBSD Build System Tested-by: Gluster Build System Reviewed-by: Vijay Bellur --- glusterfsd/src/glusterfsd-mgmt.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'glusterfsd') diff --git a/glusterfsd/src/glusterfsd-mgmt.c b/glusterfsd/src/glusterfsd-mgmt.c index d3d79797cbf..e320f76833b 100644 --- a/glusterfsd/src/glusterfsd-mgmt.c +++ b/glusterfsd/src/glusterfsd-mgmt.c @@ -2208,6 +2208,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; @@ -2231,9 +2234,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; -- cgit