summaryrefslogtreecommitdiffstats
path: root/cli/src/cli3_1-cops.c
diff options
context:
space:
mode:
authorVijay Bellur <vijay@gluster.com>2010-08-10 01:57:45 +0000
committerAnand V. Avati <avati@dev.gluster.com>2010-08-11 22:24:47 -0700
commitb0f54a49164a1c618b9e207349bd96705b44dfa6 (patch)
tree464a4026e786d6791a0ea2c92a6137dcd5e066b3 /cli/src/cli3_1-cops.c
parent5f7018275bf8006ff758817037d03936b8a95d43 (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/cli3_1-cops.c')
-rw-r--r--cli/src/cli3_1-cops.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/cli/src/cli3_1-cops.c b/cli/src/cli3_1-cops.c
index de3aa6ed2dd..d9dd3f6feb8 100644
--- a/cli/src/cli3_1-cops.c
+++ b/cli/src/cli3_1-cops.c
@@ -138,6 +138,8 @@ gf_cli3_1_list_friends_cbk (struct rpc_req *req, struct iovec *iov,
gf_log ("cli", GF_LOG_NORMAL, "Received resp to list: %d",
rsp.op_ret);
+ ret = rsp.op_ret;
+
if (!rsp.op_ret) {
if (!rsp.friends.friends_len) {