Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 6 Aug 2006 16:31:19 GMT
From:      Robert Watson <rwatson@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 103346 for review
Message-ID:  <200608061631.k76GVJYR087687@repoman.freebsd.org>

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

Change 103346 by rwatson@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;



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