summaryrefslogtreecommitdiffstats
path: root/xlators/mgmt/glusterd/src/glusterd-store.c
diff options
context:
space:
mode:
authorRajesh Joseph <rjoseph@redhat.com>2014-01-15 14:33:22 +0530
committerRajesh Joseph <rjoseph@redhat.com>2014-01-15 14:34:26 +0530
commit6350f623853acf82d7d09a89c79a4ab5d6655fff (patch)
tree8b272265066fcd62a0de9b89cfec1adafff8e313 /xlators/mgmt/glusterd/src/glusterd-store.c
parente17b100f73b3204867d70f0f95a9b2de9c13b467 (diff)
Snapshot: Minor change to fix last merge conflict
Some changes were missed in resolving conflict in the restore patch. Change-Id: Ie0cf01237bf975027056c10bb3681e122334f83e Signed-off-by: Rajesh Joseph <rjoseph@redhat.com>
Diffstat (limited to 'xlators/mgmt/glusterd/src/glusterd-store.c')
-rw-r--r--xlators/mgmt/glusterd/src/glusterd-store.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/xlators/mgmt/glusterd/src/glusterd-store.c b/xlators/mgmt/glusterd/src/glusterd-store.c
index 41633ebd8..06979c2c3 100644
--- a/xlators/mgmt/glusterd/src/glusterd-store.c
+++ b/xlators/mgmt/glusterd/src/glusterd-store.c
@@ -2700,7 +2700,6 @@ glusterd_store_update_volinfo (glusterd_volinfo_t *volinfo,
{
int ret = -1;
int exists = 0;
- uint64_t count = 0;
char *key = NULL;
char *value = NULL;
char volpath[PATH_MAX] = {0,};