Deleted Added
full compact
29c29
< * $FreeBSD: head/sys/security/audit/audit.h 184858 2008-11-11 23:08:20Z rwatson $
---
> * $FreeBSD: head/sys/security/audit/audit.h 186822 2009-01-06 13:59:59Z rwatson $
201,202c201,202
< * auditing is enabled, or we have a audit record on the thread. It is
< * possible that an audit record was begun before auditing was turned off.
---
> * we have a audit record on the thread. Audit records can persist after
> * auditing is disabled, so we don't just check audit_enabled here.
205c205
< if (audit_enabled || (td->td_ar != NULL)) \
---
> if (td->td_ar != NULL) \