diff options
author | Pranith Kumar K <pranithk@gluster.com> | 2011-04-18 12:29:51 +0000 |
---|---|---|
committer | Anand Avati <avati@gluster.com> | 2011-04-19 02:29:49 -0700 |
commit | c6a18b8db0719c0d86c412de6eb386419777d871 (patch) | |
tree | 421d397e48aa05ba0f94b9e3918b858882142d22 | |
parent | 7f61b4d1c31181a2c01285a45a99a3ded22349ee (diff) |
mgmt/glusterd: Fix compiler warning
Signed-off-by: Pranith Kumar K <pranithk@gluster.com>
Signed-off-by: Anand Avati <avati@gluster.com>
BUG: 2797 ([glusterfs-3.2.0qa13]: peer probe fails with gsync running)
URL: http://bugs.gluster.com/cgi-bin/bugzilla3/show_bug.cgi?id=2797
-rw-r--r-- | xlators/mgmt/glusterd/src/glusterd-utils.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/xlators/mgmt/glusterd/src/glusterd-utils.c b/xlators/mgmt/glusterd/src/glusterd-utils.c index b7ecc4ccd44..17ac245e262 100644 --- a/xlators/mgmt/glusterd/src/glusterd-utils.c +++ b/xlators/mgmt/glusterd/src/glusterd-utils.c @@ -1301,7 +1301,6 @@ out: void _add_volinfo_dict_to_prdict (dict_t *this, char *key, data_t *value, void *data) { - int exists = 0; glusterd_voldict_ctx_t *ctx = NULL; char optkey[512] = {0,}; int ret = -1; |