Do not m_free packet since IF_HANDOFF (called from netisr_queue) will
do it for us, just count it.
This commit is contained in:
parent
6c019c0451
commit
fb5ac405c9
@ -720,7 +720,7 @@ sppp_input(struct ifnet *ifp, struct mbuf *m)
|
||||
if (debug)
|
||||
log(LOG_DEBUG, SPP_FMT "protocol queue overflow\n",
|
||||
SPP_ARGS(ifp));
|
||||
goto drop;
|
||||
goto drop2;
|
||||
}
|
||||
if (do_account)
|
||||
/*
|
||||
|
Loading…
x
Reference in New Issue
Block a user