PERFORCE change 15416 for review

Robert Watson rwatson at freebsd.org
Thu Aug 1 21:23:33 GMT 2002


http://people.freebsd.org/~peter/p4db/chv.cgi?CH=15416

Change 15416 by rwatson at 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 at trustedbsd.org
with "unsubscribe trustedbsd-cvs" in the body of the message



More information about the trustedbsd-cvs mailing list