PERFORCE change 41670 for review

John Baldwin jhb at FreeBSD.org
Fri Nov 7 14:38:25 PST 2003


http://perforce.freebsd.org/chv.cgi?CH=41670

Change 41670 by jhb at jhb_laptop on 2003/11/07 14:37:47

	IFC @41668.

Affected files ...

.. //depot/projects/smpng/sys/security/mac/mac_net.c#4 integrate

Differences ...

==== //depot/projects/smpng/sys/security/mac/mac_net.c#4 (text+ko) ====

@@ -35,7 +35,7 @@
  */
 
 #include <sys/cdefs.h>
-__FBSDID("$FreeBSD: src/sys/security/mac/mac_net.c,v 1.103 2003/11/06 03:42:43 rwatson Exp $");
+__FBSDID("$FreeBSD: src/sys/security/mac/mac_net.c,v 1.104 2003/11/07 22:31:27 rwatson Exp $");
 
 #include "opt_mac.h"
 
@@ -222,7 +222,7 @@
 
 	MAC_CHECK(init_socket_peer_label, label, flag);
 	if (error) {
-		MAC_PERFORM(destroy_socket_label, label);
+		MAC_PERFORM(destroy_socket_peer_label, label);
 		mac_destroy_label(label);
 	}
 


More information about the p4-projects mailing list