mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-23 11:18:54 +00:00
Don't use `m' after m_megapullup.
PR: kern/165373 MFC after: 3 days
This commit is contained in:
parent
9ccc37e320
commit
313157dead
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=231991
@ -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);
|
||||
|
||||
/*
|
||||
|
Loading…
Reference in New Issue
Block a user