From b0f54a49164a1c618b9e207349bd96705b44dfa6 Mon Sep 17 00:00:00 2001 From: Vijay Bellur Date: Tue, 10 Aug 2010 01:57:45 +0000 Subject: cli: Introduce timeouts for command response and connection Signed-off-by: Vijay Bellur Signed-off-by: Anand V. Avati BUG: 1262 () URL: http://bugs.gluster.com/cgi-bin/bugzilla3/show_bug.cgi?id=1262 --- cli/src/input.c | 1 - 1 file changed, 1 deletion(-) (limited to 'cli/src/input.c') diff --git a/cli/src/input.c b/cli/src/input.c index 25a7cb62d..a577a0f4c 100644 --- a/cli/src/input.c +++ b/cli/src/input.c @@ -41,7 +41,6 @@ cli_batch (void *d) state = d; - cli_cmd_await_connected (); ret = cli_cmd_process (state, state->argc, state->argv); gf_log ("", GF_LOG_NORMAL, "Exiting with: %d", ret); exit (ret); -- cgit