summaryrefslogtreecommitdiff
path: root/sys/security
diff options
context:
space:
mode:
authorRobert Watson <rwatson@FreeBSD.org>2009-08-12 10:45:45 +0000
committerRobert Watson <rwatson@FreeBSD.org>2009-08-12 10:45:45 +0000
commit9eb3e4639aa10e1473c15b1ec3d3265342d640cc (patch)
tree7b01a0e6354300006223f44dcd1861ac71da9204 /sys/security
parentc1aee612187e145b01bf9d11b2baf91b885e5b44 (diff)
Notes
Diffstat (limited to 'sys/security')
-rw-r--r--sys/security/audit/audit.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/security/audit/audit.h b/sys/security/audit/audit.h
index 52bb425b55d7..f66f33a44485 100644
--- a/sys/security/audit/audit.h
+++ b/sys/security/audit/audit.h
@@ -232,7 +232,7 @@ void audit_thread_free(struct thread *td);
#define AUDIT_ARG_RGID(rgid) do { \
if (AUDITING_TD(curthread)) \
- audit_arg_gid((rgid)); \
+ audit_arg_rgid((rgid)); \
} while (0)
#define AUDIT_ARG_RUID(ruid) do { \