PERFORCE change 51115 for review
Andrew Reisse
areisse at FreeBSD.org
Thu Apr 15 10:18:15 PDT 2004
http://perforce.freebsd.org/chv.cgi?CH=51115
Change 51115 by areisse at areisse_ibook on 2004/04/15 10:17:42
Keep audit_shutdown from crashing the system if it failed to initialize.
Affected files ...
.. //depot/projects/trustedbsd/sedarwin73/apsl/xnu/bsd/kern/kern_audit.c#2 edit
Differences ...
==== //depot/projects/trustedbsd/sedarwin73/apsl/xnu/bsd/kern/kern_audit.c#2 (text+ko) ====
@@ -474,7 +474,7 @@
void
audit_shutdown(void)
{
-
+ if (audit_mtx)
audit_rotate_vnode(NULL, NULL);
}
More information about the p4-projects
mailing list