1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-10-19 02:29:40 +00:00

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:
Jonathan Lemon 2001-01-09 14:59:43 +00:00
parent 7c258c0ef8
commit 5f107f17b2
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=70846

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