diff options
Diffstat (limited to 'xlators/features/changelog/src/changelog-rpc-common.c')
| -rw-r--r-- | xlators/features/changelog/src/changelog-rpc-common.c | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/xlators/features/changelog/src/changelog-rpc-common.c b/xlators/features/changelog/src/changelog-rpc-common.c index 7d2ec1de988..e8905a87f62 100644 --- a/xlators/features/changelog/src/changelog-rpc-common.c +++ b/xlators/features/changelog/src/changelog-rpc-common.c @@ -53,7 +53,7 @@ changelog_rpc_client_init (xlator_t *this, void *cbkdata,                  goto dealloc_dict;          } -        rpc = rpc_clnt_new (options, this->ctx, this->name, 16); +        rpc = rpc_clnt_new (options, this, this->name, 16);          if (!rpc)                  goto dealloc_dict;  | 
