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:
rik 2004-06-28 15:32:24 +00:00
parent 6c019c0451
commit fb5ac405c9

View File

@ -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)
/*