summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAnand Avati <avati@gluster.com>2011-08-19 22:49:41 +0530
committerVijay Bellur <vijay@gluster.com>2011-08-19 23:16:43 -0700
commit5e89fda5180e66b1757bc620dfdb5701ce4d43f1 (patch)
tree4109c7299520dd173aff570f992d21ae67333df4
parentc4dd6f5771e9a530c90cb6e23d6f43a7224fb654 (diff)
options handling: remove missing options check in reconfigure
last minute change broke things. undo'ing damage. Change-Id: I330cf819b03e09f80d609d580d8b4c3497a98bbf BUG: 3415 Reviewed-on: http://review.gluster.com/271 Reviewed-by: Amar Tumballi <amar@gluster.com> Tested-by: Gluster Build System <jenkins@build.gluster.com>
-rw-r--r--glusterfsd/src/glusterfsd-mgmt.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/glusterfsd/src/glusterfsd-mgmt.c b/glusterfsd/src/glusterfsd-mgmt.c
index 3a6829ff619..be93521d0a1 100644
--- a/glusterfsd/src/glusterfsd-mgmt.c
+++ b/glusterfsd/src/glusterfsd-mgmt.c
@@ -604,8 +604,6 @@ glusterfs_volfile_reconfigure (FILE *newvolfile_fp)
goto out;
}
- glusterfs_graph_unknown_options (newvolfile_graph);
-
ret = 0;
out:
return ret;