summaryrefslogtreecommitdiffstats
path: root/sys/nfs/nfs_nfssvc.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/nfs/nfs_nfssvc.c')
-rw-r--r--sys/nfs/nfs_nfssvc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/nfs/nfs_nfssvc.c b/sys/nfs/nfs_nfssvc.c
index 9379fbe..b9186be 100644
--- a/sys/nfs/nfs_nfssvc.c
+++ b/sys/nfs/nfs_nfssvc.c
@@ -79,7 +79,7 @@ nfssvc(struct thread *td, struct nfssvc_args *uap)
KASSERT(!mtx_owned(&Giant), ("nfssvc(): called with Giant"));
- AUDIT_ARG(cmd, uap->flag);
+ AUDIT_ARG_CMD(uap->flag);
error = priv_check(td, PRIV_NFS_DAEMON);
if (error)
OpenPOWER on IntegriCloud