summaryrefslogtreecommitdiffstats
path: root/glusterfsd/src
diff options
context:
space:
mode:
authorshishir gowda <shishirng@gluster.com>2010-10-01 01:12:39 +0000
committerVijay Bellur <vijay@dev.gluster.com>2010-10-01 00:05:19 -0700
commit64437e01d920597140b35bfeb46591966584e7fc (patch)
tree7a21bce023703dd68bb01e459e9307d0b71285fc /glusterfsd/src
parentda74288339563759f568aa5052fdce4c45ebcd22 (diff)
Allow graph processing even if reconfigure fails
Signed-off-by: shishir gowda <shishirng@gluster.com> Signed-off-by: Vijay Bellur <vijay@dev.gluster.com> BUG: 1730 () URL: http://bugs.gluster.com/cgi-bin/bugzilla3/show_bug.cgi?id=1730
Diffstat (limited to 'glusterfsd/src')
-rw-r--r--glusterfsd/src/glusterfsd-mgmt.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/glusterfsd/src/glusterfsd-mgmt.c b/glusterfsd/src/glusterfsd-mgmt.c
index b1fa5ca47e4..ad4bc4b4720 100644
--- a/glusterfsd/src/glusterfsd-mgmt.c
+++ b/glusterfsd/src/glusterfsd-mgmt.c
@@ -375,7 +375,6 @@ mgmt_getspec_cbk (struct rpc_req *req, struct iovec *iov, int count,
if (ret < 0) {
gf_log ("glusterfsd-mgmt", GF_LOG_DEBUG, "Reconfigure failed !!");
- goto out;
}
ret = glusterfs_process_volfp (ctx, tmpfp);