diff options
Diffstat (limited to 'usr/src/uts/common/syscall/ppriv.c')
-rw-r--r-- | usr/src/uts/common/syscall/ppriv.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/src/uts/common/syscall/ppriv.c b/usr/src/uts/common/syscall/ppriv.c index dfce48662b..14858710d9 100644 --- a/usr/src/uts/common/syscall/ppriv.c +++ b/usr/src/uts/common/syscall/ppriv.c @@ -73,7 +73,7 @@ setppriv(priv_op_t op, priv_ptype_t type, priv_set_t *in_pset) retry: pcr = p->p_cred; - if (audit_active) + if (AU_AUDITING()) audit_setppriv(op, type, &pset, pcr); /* |