Don't use `m' after m_megapullup.

PR:		kern/165373
MFC after:	3 days
This commit is contained in:
Andrey V. Elsukov 2012-02-22 04:19:33 +00:00
parent 9ccc37e320
commit 313157dead
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=231991

View File

@ -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);
/*