From f9f4c5722536faee3d9ecbd8b99ce138e724f401 Mon Sep 17 00:00:00 2001 From: Amar Tumballi Date: Tue, 3 Aug 2010 08:06:43 +0000 Subject: make some not implemented commands return success Signed-off-by: Amar Tumballi Signed-off-by: Anand V. Avati BUG: 1264 () URL: http://bugs.gluster.com/cgi-bin/bugzilla3/show_bug.cgi?id=1264 --- cli/src/cli-cmd.c | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'cli/src/cli-cmd.c') diff --git a/cli/src/cli-cmd.c b/cli/src/cli-cmd.c index b4967d2cca6..f7c04443c05 100644 --- a/cli/src/cli-cmd.c +++ b/cli/src/cli-cmd.c @@ -170,6 +170,10 @@ cli_cmds_register (struct cli_state *state) if (ret) goto out; + ret = cli_cmd_log_register (state); + if (ret) + goto out; + out: return ret; } -- cgit