diff options
| -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 3da3b2d1c05..1675116c461 100644 --- a/xlators/nfs/server/src/nlm4.c +++ b/xlators/nfs/server/src/nlm4.c @@ -934,8 +934,8 @@ nlm_rpcclnt_notify (struct rpc_clnt *rpc_clnt, void *mydata,                                  "rpc clnt");                          goto err;                  } -                rpc_clnt_unref (rpc_clnt);                  nlm4svc_send_granted (cs); +                rpc_clnt_unref (rpc_clnt);                  break;  | 
