diff options
Diffstat (limited to 'xlators/protocol/client/src')
| -rw-r--r-- | xlators/protocol/client/src/client.c | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/xlators/protocol/client/src/client.c b/xlators/protocol/client/src/client.c index fcf6e375af8..b8f467622d5 100644 --- a/xlators/protocol/client/src/client.c +++ b/xlators/protocol/client/src/client.c @@ -2281,7 +2281,7 @@ client_init_rpc (xlator_t *this)                  goto out;          } -        conf->rpc = rpc_clnt_new (this->options, this->ctx, this->name, 0); +        conf->rpc = rpc_clnt_new (this->options, this, this->name, 0);          if (!conf->rpc) {                  gf_msg (this->name, GF_LOG_ERROR, 0, PC_MSG_RPC_INIT_FAILED,                          "failed to initialize RPC");  | 
