diff options
Diffstat (limited to 'xlators/nfs')
| -rw-r--r-- | xlators/nfs/server/src/nlm4.c | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/xlators/nfs/server/src/nlm4.c b/xlators/nfs/server/src/nlm4.c index a1127a30695..ac45b4f9350 100644 --- a/xlators/nfs/server/src/nlm4.c +++ b/xlators/nfs/server/src/nlm4.c @@ -1055,7 +1055,7 @@ nlm4_establish_callback (void *csarg)          }          /* TODO: is 32 frames in transit enough ? */ -        rpc_clnt = rpc_clnt_new (options, cs->nfsx->ctx, "NLM-client", 32); +        rpc_clnt = rpc_clnt_new (options, cs->nfsx, "NLM-client", 32);          if (rpc_clnt == NULL) {                  gf_msg (GF_NLM, GF_LOG_ERROR, EINVAL, NFS_MSG_INVALID_ENTRY,                          "rpc_clnt NULL");  | 
