From 64437e01d920597140b35bfeb46591966584e7fc Mon Sep 17 00:00:00 2001 From: shishir gowda Date: Fri, 1 Oct 2010 01:12:39 +0000 Subject: Allow graph processing even if reconfigure fails Signed-off-by: shishir gowda Signed-off-by: Vijay Bellur BUG: 1730 () URL: http://bugs.gluster.com/cgi-bin/bugzilla3/show_bug.cgi?id=1730 --- glusterfsd/src/glusterfsd-mgmt.c | 1 - 1 file changed, 1 deletion(-) (limited to 'glusterfsd') diff --git a/glusterfsd/src/glusterfsd-mgmt.c b/glusterfsd/src/glusterfsd-mgmt.c index b1fa5ca47..ad4bc4b47 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); -- cgit