From 3bdc7427f268a3582d2a0240bf764fddd3201b46 Mon Sep 17 00:00:00 2001 From: Sachin Pandit Date: Tue, 29 Oct 2013 10:39:41 +0000 Subject: "priv" variable was not getting initialized. Fixed it now. Change-Id: I2a3216fe079f546855fd17fa6ff69b023341772c Signed-off-by: Sachin Pandit --- xlators/mgmt/glusterd/src/glusterd-snapshot.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xlators/mgmt/glusterd/src/glusterd-snapshot.c b/xlators/mgmt/glusterd/src/glusterd-snapshot.c index 6c365230b..513d83616 100644 --- a/xlators/mgmt/glusterd/src/glusterd-snapshot.c +++ b/xlators/mgmt/glusterd/src/glusterd-snapshot.c @@ -2283,7 +2283,7 @@ glusterd_snapshot_create_commit (dict_t *dict, char **op_errstr, char err_str[PATH_MAX] = {0, }; this = THIS; - + priv = this->private; ret = dict_get_int64 (dict, "volcount", &volume_count); if (ret) { gf_log (this->name, GF_LOG_ERROR, "failed to " -- cgit