diff options
Diffstat (limited to 'xlators/features/snapview-server')
| -rw-r--r-- | xlators/features/snapview-server/src/snapview-server-mgmt.c | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/xlators/features/snapview-server/src/snapview-server-mgmt.c b/xlators/features/snapview-server/src/snapview-server-mgmt.c index 53dd6ff44af..fc2ff2ab10d 100644 --- a/xlators/features/snapview-server/src/snapview-server-mgmt.c +++ b/xlators/features/snapview-server/src/snapview-server-mgmt.c @@ -80,7 +80,7 @@ svs_mgmt_init (xlator_t *this)                  goto out;          } -        priv->rpc = rpc_clnt_new (options, this->ctx, this->name, 8); +        priv->rpc = rpc_clnt_new (options, this, this->name, 8);          if (!priv->rpc) {                  gf_log (this->name, GF_LOG_ERROR, "failed to initialize RPC");                  goto out;  | 
