mirror of
https://github.com/opnsense/src.git
synced 2026-06-11 01:30:30 -04:00
Don't use `m' after m_megapullup.
PR: kern/165373 MFC after: 3 days
This commit is contained in:
parent
9ccc37e320
commit
313157dead
1 changed files with 1 additions and 1 deletions
|
|
@ -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 a new issue