Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 1 Aug 2002 14:23:33 -0700 (PDT)
From:      Robert Watson <rwatson@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 15416 for review
Message-ID:  <200208012123.g71LNXx6058986@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://people.freebsd.org/~peter/p4db/chv.cgi?CH=15416

Change 15416 by rwatson@rwatson_paprika on 2002/08/01 14:23:03

	Remove dup from integ.  Note that the old MAC hook was actually
	in the wrong place, as it was before the check for mbuf
	allocation failure.

Affected files ...

.. //depot/projects/trustedbsd/mac/sys/netinet/ip_icmp.c#14 edit

Differences ...

==== //depot/projects/trustedbsd/mac/sys/netinet/ip_icmp.c#14 (text+ko) ====

@@ -159,9 +159,6 @@
 	 * First, formulate icmp message
 	 */
 	m = m_gethdr(M_DONTWAIT, MT_HEADER);
-#ifdef MAC
-	mac_create_mbuf_netlayer(n, m);
-#endif
 	if (m == NULL)
 		goto freeit;
 #ifdef MAC

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe p4-projects" in the body of the message




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