diff options
author | shishir gowda <sgowda@redhat.com> | 2013-10-29 17:55:24 +0530 |
---|---|---|
committer | shishir gowda <sgowda@redhat.com> | 2013-10-29 17:55:54 +0530 |
commit | 5ce3051ca7bfb86e8ab1784c85d4064d5042c491 (patch) | |
tree | e9c1773d60b2c6a6f053ba475e2d685f633aef7e /cli/src/cli-cmd-parser.c | |
parent | c722df970f7e3b576a9432907b62b7de03265b0f (diff) |
mgmt/glusterd: store option to update only snap_list.info
Change-Id: I16b17ca60b5f9b34b7d238d8a3424a3b7a1dc435
Signed-off-by: shishir gowda <sgowda@redhat.com>
Diffstat (limited to 'cli/src/cli-cmd-parser.c')
-rw-r--r-- | cli/src/cli-cmd-parser.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/cli/src/cli-cmd-parser.c b/cli/src/cli-cmd-parser.c index 8b77c2463..5aa8545a3 100644 --- a/cli/src/cli-cmd-parser.c +++ b/cli/src/cli-cmd-parser.c @@ -3069,7 +3069,6 @@ out: int32_t cli_snap_config_parse (const char **words, int wordcount, dict_t *options) { - dict_t *dict = NULL; char *volname = NULL; int ret = -1; char *key = NULL; |