diff options
author | Amar Tumballi <amar@gluster.com> | 2010-08-12 08:09:43 +0000 |
---|---|---|
committer | Anand V. Avati <avati@dev.gluster.com> | 2010-08-12 23:39:08 -0700 |
commit | d502952cbe42760bf27a9e6cf2c616b6d7e5d379 (patch) | |
tree | 7c19004fc1d3a03ec7b256f9029a1f7611c315b0 | |
parent | df72e61b29c8a574ce8db254f1fc33a0261a03bb (diff) |
fix in cli notify
Signed-off-by: Amar Tumballi <amar@gluster.com>
Signed-off-by: Anand V. Avati <avati@dev.gluster.com>
BUG: 1345 ()
URL: http://bugs.gluster.com/cgi-bin/bugzilla3/show_bug.cgi?id=1345
-rw-r--r-- | cli/src/cli.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cli/src/cli.c b/cli/src/cli.c index 127d6340f..ec24e96ed 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: |