Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 15 Apr 2004 10:18:13 -0700 (PDT)
From:      Andrew Reisse <areisse@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 51115 for review
Message-ID:  <200404151718.i3FHIDIh046852@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=51115

Change 51115 by areisse@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);
 }
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200404151718.i3FHIDIh046852>