diff options
Diffstat (limited to 'xlators/nfs/server/src')
| -rw-r--r-- | xlators/nfs/server/src/nfs.c | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/xlators/nfs/server/src/nfs.c b/xlators/nfs/server/src/nfs.c index 1c38237fd24..57b9bb49296 100644 --- a/xlators/nfs/server/src/nfs.c +++ b/xlators/nfs/server/src/nfs.c @@ -499,7 +499,7 @@ nfs_init_state (xlator_t *this)          /* RPC service needs to be started before NFS versions can be           * inited. */ -        nfs->rpcsvc =  rpcsvc_init (this->ctx, this->options); +        nfs->rpcsvc =  rpcsvc_init (this, this->ctx, this->options);          if (!nfs->rpcsvc) {                  gf_log (GF_NFS, GF_LOG_ERROR, "RPC service init failed");                  goto free_nfs;  | 
