From b12d471100bd7ade9b3a6c0d917e0416f1b62e9b Mon Sep 17 00:00:00 2001 From: Anand Avati Date: Fri, 23 Jul 2010 01:02:01 +0000 Subject: glusterfsd: fix bug in GETSPEC which would result in loading of -f volfile Signed-off-by: Anand V. Avati Signed-off-by: Anand V. Avati BUG: 971 (dynamic volume management) URL: http://bugs.gluster.com/cgi-bin/bugzilla3/show_bug.cgi?id=971 --- glusterfsd/src/glusterfsd.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'glusterfsd') diff --git a/glusterfsd/src/glusterfsd.c b/glusterfsd/src/glusterfsd.c index bf6959e34..30057b5db 100644 --- a/glusterfsd/src/glusterfsd.c +++ b/glusterfsd/src/glusterfsd.c @@ -1203,8 +1203,7 @@ glusterfs_volumes_init (glusterfs_ctx_t *ctx) if (cmd_args->volfile_server) { ret = glusterfs_mgmt_init (ctx); - if (ret) - goto out; + goto out; } fp = get_volfp (ctx); -- cgit