1
0
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:
Oleg Bulyzhin 2015-09-16 10:07:45 +00:00
parent e2c3044b13
commit 3f70ebbf05
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=287856

View File

@ -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;
}