Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 7 Nov 2003 14:38:23 -0800 (PST)
From:      John Baldwin <jhb@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 41670 for review
Message-ID:  <200311072238.hA7McN61087875@repoman.freebsd.org>

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

Change 41670 by jhb@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);
 	}
 



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