From d502952cbe42760bf27a9e6cf2c616b6d7e5d379 Mon Sep 17 00:00:00 2001 From: Amar Tumballi Date: Thu, 12 Aug 2010 08:09:43 +0000 Subject: fix in cli notify Signed-off-by: Amar Tumballi Signed-off-by: Anand V. Avati BUG: 1345 () URL: http://bugs.gluster.com/cgi-bin/bugzilla3/show_bug.cgi?id=1345 --- cli/src/cli.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cli/src/cli.c b/cli/src/cli.c index 127d6340f8d..ec24e96ed52 100644 --- a/cli/src/cli.c +++ b/cli/src/cli.c @@ -343,7 +343,7 @@ cli_rpc_notify (struct rpc_clnt *rpc, void *mydata, rpc_clnt_event_t event, xlator_t *this = NULL; int ret = 0; - this = data; + this = mydata; switch (event) { case RPC_CLNT_CONNECT: -- cgit