mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Remove superfluous m_freem().
MFC after: 1 month
This commit is contained in:
parent
e2c3044b13
commit
3f70ebbf05
1 changed files with 0 additions and 1 deletions
|
|
@ -499,7 +499,6 @@ ether_input_internal(struct ifnet *ifp, struct mbuf *m)
|
|||
if_printf(ifp, "cannot pullup VLAN header\n");
|
||||
#endif
|
||||
if_inc_counter(ifp, IFCOUNTER_IERRORS, 1);
|
||||
m_freem(m);
|
||||
CURVNET_RESTORE();
|
||||
return;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue