diff options
| -rw-r--r-- | xlators/nfs/server/src/mount3.c | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/xlators/nfs/server/src/mount3.c b/xlators/nfs/server/src/mount3.c index 31d45cc01ba..05745a50305 100644 --- a/xlators/nfs/server/src/mount3.c +++ b/xlators/nfs/server/src/mount3.c @@ -1036,7 +1036,7 @@ mnt3svc_dump (rpcsvc_request_t *req)          sfunc = (mnt3_serializer)xdr_serialize_mountlist;          mlist = mnt3svc_build_mountlist (ms, &ret); -        arg = mlist; +        arg = &mlist;          if (!mlist) {                  if (ret != 0) {  | 
