Correctly audit real gids following changes to the audit record argument

interface.

Approved by:	re (kib)
This commit is contained in:
Robert Watson 2009-08-12 10:45:45 +00:00
parent c1aee61218
commit 9eb3e4639a
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=196122

View File

@ -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 { \