diff options
| author | Vijay Bellur <vijay@gluster.com> | 2010-08-10 01:57:45 +0000 | 
|---|---|---|
| committer | Anand V. Avati <avati@dev.gluster.com> | 2010-08-11 22:24:47 -0700 | 
| commit | b0f54a49164a1c618b9e207349bd96705b44dfa6 (patch) | |
| tree | 464a4026e786d6791a0ea2c92a6137dcd5e066b3 /cli/src/input.c | |
| parent | 5f7018275bf8006ff758817037d03936b8a95d43 (diff) | |
cli: Introduce timeouts for command response and connection
Signed-off-by: Vijay Bellur <vijay@gluster.com>
Signed-off-by: Anand V. Avati <avati@dev.gluster.com>
BUG: 1262 ()
URL: http://bugs.gluster.com/cgi-bin/bugzilla3/show_bug.cgi?id=1262
Diffstat (limited to 'cli/src/input.c')
| -rw-r--r-- | cli/src/input.c | 1 | 
1 files changed, 0 insertions, 1 deletions
diff --git a/cli/src/input.c b/cli/src/input.c index 25a7cb62dd9..a577a0f4c13 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);  | 
