From 313157dead04a994d88610f5cca5c65dfd02b0aa Mon Sep 17 00:00:00 2001 From: "Andrey V. Elsukov" Date: Wed, 22 Feb 2012 04:19:33 +0000 Subject: [PATCH] Don't use `m' after m_megapullup. PR: kern/165373 MFC after: 3 days --- sys/netinet/ipfw/ip_fw_nat.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys/netinet/ipfw/ip_fw_nat.c b/sys/netinet/ipfw/ip_fw_nat.c index 1679a97674a..dbeb254cbe7 100644 --- a/sys/netinet/ipfw/ip_fw_nat.c +++ b/sys/netinet/ipfw/ip_fw_nat.c @@ -315,7 +315,7 @@ ipfw_nat(struct ip_fw_args *args, struct cfg_nat *t, struct mbuf *m) } if (retval == PKT_ALIAS_RESPOND) - m->m_flags |= M_SKIP_FIREWALL; + mcl->m_flags |= M_SKIP_FIREWALL; mcl->m_pkthdr.len = mcl->m_len = ntohs(ip->ip_len); /*