diff options
| author | Luigi Rizzo <luigi@FreeBSD.org> | 1999-02-19 18:32:55 +0000 |
|---|---|---|
| committer | Luigi Rizzo <luigi@FreeBSD.org> | 1999-02-19 18:32:55 +0000 |
| commit | 17458d35704adce608d87eb3544e28dae74c1c05 (patch) | |
| tree | 68224ac46a65aa7cf99899589c7ee9917907d48b /sys/netinet/ip_output.c | |
| parent | cd0fb97e250960adfaccda3838f5ff44665a0823 (diff) | |
Notes
Diffstat (limited to 'sys/netinet/ip_output.c')
| -rw-r--r-- | sys/netinet/ip_output.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/netinet/ip_output.c b/sys/netinet/ip_output.c index a180e401b8de..0a05ee97ff30 100644 --- a/sys/netinet/ip_output.c +++ b/sys/netinet/ip_output.c @@ -31,7 +31,7 @@ * SUCH DAMAGE. * * @(#)ip_output.c 8.3 (Berkeley) 1/21/94 - * $Id: ip_output.c,v 1.84 1998/12/14 18:09:13 luigi Exp $ + * $Id: ip_output.c,v 1.85 1998/12/21 21:36:40 luigi Exp $ */ #define _IP_VHL @@ -158,7 +158,7 @@ ip_output(m0, opt, ro, flags, imo) * they are used to hold ifp and hlen and NULL, respectively. */ rule = (struct ip_fw_chain *)(m->m_data) ; - m = m->m_next ; + m0 = m = m->m_next ; free(tmp_m, M_IPFW); ip = mtod(m, struct ip *); dst = (struct sockaddr_in *)&ro->ro_dst; |
