X-Git-Url: https://git.decadent.org.uk/gitweb/?p=nfs-utils.git;a=blobdiff_plain;f=utils%2Fmountd%2Fmountd.c;fp=utils%2Fmountd%2Fmountd.c;h=98b396dbffd278fcc71b389b55d91a0f4990167a;hp=19dc4ee1e78d27520925dadcf9ee6348f8a2bd46;hb=454aea5dad83ca75f3154ff12ecff39169703e69;hpb=4210d6f0c9cad57907877bf1e5d32ebe4a27bf17 diff --git a/utils/mountd/mountd.c b/utils/mountd/mountd.c index 19dc4ee..98b396d 100644 --- a/utils/mountd/mountd.c +++ b/utils/mountd/mountd.c @@ -275,7 +275,7 @@ mount_umntall_1_svc(struct svc_req *rqstp, void *UNUSED(argp), /* Reload /etc/xtab if necessary */ auth_reload(); - mountlist_del_all(nfs_getrpccaller_in(rqstp->rq_xprt)); + mountlist_del_all(nfs_getrpccaller(rqstp->rq_xprt)); return 1; }