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:
parent
6419a6b9a1
commit
b14251832e
@ -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;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user