mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-19 10:53:58 +00:00
Remove superfluous m_freem().
MFC after: 1 month
This commit is contained in:
parent
e2c3044b13
commit
3f70ebbf05
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=287856
@ -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 New Issue
Block a user