PERFORCE change 51115 for review
Andrew Reisse
areisse at FreeBSD.org
Thu Apr 15 17:18:13 GMT 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);
}
To Unsubscribe: send mail to majordomo at trustedbsd.org
with "unsubscribe trustedbsd-cvs" in the body of the message
More information about the trustedbsd-cvs
mailing list