When queueing a packet, call the output start routine. I botched this

during the initial ifqueue conversion.

Submitted by: Thomas Moestl <tmoestl@gmx.net>
This commit is contained in:
jlemon 2001-01-09 14:59:43 +00:00
parent 6419a6b9a1
commit b14251832e

View File

@ -4012,7 +4012,7 @@ sppp_auth_send(const struct cp *cp, struct sppp *sp,
sppp_print_bytes((u_char*) (lh+1), len);
log(-1, ">\n");
}
if (! IF_HANDOFF_ADJ(&sp->pp_cpq, m, NULL, 3))
if (! IF_HANDOFF_ADJ(&sp->pp_cpq, m, ifp, 3))
++ifp->if_oerrors;
}