PERFORCE change 103346 for review

Robert Watson rwatson at FreeBSD.org
Sun Aug 6 16:31:24 UTC 2006


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

Change 103346 by rwatson at rwatson_zoo on 2006/08/06 16:30:54

	Update an additional send_pkt() instance added to ipfw2 for the MAC
	world order.

Affected files ...

.. //depot/projects/trustedbsd/mac/sys/netinet/ip_fw2.c#44 edit

Differences ...

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

@@ -4177,7 +4177,7 @@
 				q->ack_fwd, TH_SYN);
 			if (*mtailp != NULL)
 				mtailp = &(*mtailp)->m_nextpkt;
-			*mtailp = send_pkt(&(q->id), q->ack_fwd - 1,
+			*mtailp = send_pkt(NULL, &(q->id), q->ack_fwd - 1,
 				q->ack_rev, 0);
 			if (*mtailp != NULL)
 				mtailp = &(*mtailp)->m_nextpkt;


More information about the trustedbsd-cvs mailing list