diff options
author | Kaushik BV <kaushikbv@gluster.com> | 2011-04-21 06:55:46 +0000 |
---|---|---|
committer | Anand Avati <avati@gluster.com> | 2011-04-22 04:05:20 -0700 |
commit | 5e59de561e49e8f401cf0786635c05c31cc3dfb8 (patch) | |
tree | 2ff67ff1be46351d73b6110d0f398ced54f37ec4 /cli/src/cli-cmd-misc.c | |
parent | 2017d5ed79a0843262695394bfff61968902e9ef (diff) |
mgmt/glusterd: fix up the buffer sizes to accomodate a correct estimate of sizes of the snprintf invocations, and errout if not feasible
Signed-off-by: Kaushik BV <kaushikbv@gluster.com>
Signed-off-by: Anand Avati <avati@gluster.com>
BUG: 2561 (gsyncd command's must be preconfigured)
URL: http://bugs.gluster.com/cgi-bin/bugzilla3/show_bug.cgi?id=2561
Diffstat (limited to 'cli/src/cli-cmd-misc.c')
-rw-r--r-- | cli/src/cli-cmd-misc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cli/src/cli-cmd-misc.c b/cli/src/cli-cmd-misc.c index 55825f6993b..356118e19e9 100644 --- a/cli/src/cli-cmd-misc.c +++ b/cli/src/cli-cmd-misc.c @@ -59,7 +59,7 @@ cli_cmd_display_help (struct cli_state *state, struct cli_cmd_word *in_word, struct cli_cmd *cmd_ind = NULL; int i = 0; - /* cli_systerm_cmds commands for internal usage + /* cli_system_cmds commands for internal usage they are not exposed */ for (i=0; cmd[i]!=NULL; i++) |