diff options
author | shishir gowda <shishirng@gluster.com> | 2010-10-01 01:12:39 +0000 |
---|---|---|
committer | Vijay Bellur <vijay@dev.gluster.com> | 2010-10-01 00:05:19 -0700 |
commit | 64437e01d920597140b35bfeb46591966584e7fc (patch) | |
tree | 7a21bce023703dd68bb01e459e9307d0b71285fc /glusterfsd/src | |
parent | da74288339563759f568aa5052fdce4c45ebcd22 (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.c | 1 |
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); |