diff options
author | Amar Tumballi <amar@gluster.com> | 2011-06-10 06:56:49 +0000 |
---|---|---|
committer | Anand Avati <avati@gluster.com> | 2011-06-16 09:15:46 -0700 |
commit | 1b70ee9a2e469d2d970abf8e07c1c522c8bdc1df (patch) | |
tree | 013f37a84e314e1285cf37ec7c6ac45b139e27a0 /xlators/cluster/dht/src/switch.c | |
parent | e1aa1e0e20e32e30284c5ffc1add92aebaaaf87e (diff) |
cluster/distribute: remove the unused variable from 'conf'
Signed-off-by: Amar Tumballi <amar@gluster.com>
Signed-off-by: Anand Avati <avati@gluster.com>
BUG: 3013 (error in the log file upon taking the statedump)
URL: http://bugs.gluster.com/cgi-bin/bugzilla3/show_bug.cgi?id=3013
Diffstat (limited to 'xlators/cluster/dht/src/switch.c')
-rw-r--r-- | xlators/cluster/dht/src/switch.c | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/xlators/cluster/dht/src/switch.c b/xlators/cluster/dht/src/switch.c index ada6b2c46..06d93cba1 100644 --- a/xlators/cluster/dht/src/switch.c +++ b/xlators/cluster/dht/src/switch.c @@ -630,9 +630,6 @@ fini (xlator_t *this) GF_FREE (conf->file_layouts); } - if (conf->default_dir_layout) - GF_FREE (conf->default_dir_layout); - if (conf->subvolumes) GF_FREE (conf->subvolumes); @@ -969,9 +966,6 @@ err: GF_FREE (conf->file_layouts); } - if (conf->default_dir_layout) - GF_FREE (conf->default_dir_layout); - if (conf->subvolumes) GF_FREE (conf->subvolumes); |