summaryrefslogtreecommitdiffstats
path: root/sys/i4b/driver
diff options
context:
space:
mode:
authorjlemon <jlemon@FreeBSD.org>2001-01-09 14:59:43 +0000
committerjlemon <jlemon@FreeBSD.org>2001-01-09 14:59:43 +0000
commitb14251832e0e7c2824de3033edbfff66e683d5c9 (patch)
tree3e881b08327841668c86d40ecbc15bfcfa022db0 /sys/i4b/driver
parent6419a6b9a169da67c1bbca9478312363e49b9de6 (diff)
downloadFreeBSD-src-b14251832e0e7c2824de3033edbfff66e683d5c9.zip
FreeBSD-src-b14251832e0e7c2824de3033edbfff66e683d5c9.tar.gz
When queueing a packet, call the output start routine. I botched this
during the initial ifqueue conversion. Submitted by: Thomas Moestl <tmoestl@gmx.net>
Diffstat (limited to 'sys/i4b/driver')
-rw-r--r--sys/i4b/driver/i4b_ispppsubr.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/i4b/driver/i4b_ispppsubr.c b/sys/i4b/driver/i4b_ispppsubr.c
index fa68171..0fab45f 100644
--- a/sys/i4b/driver/i4b_ispppsubr.c
+++ b/sys/i4b/driver/i4b_ispppsubr.c
@@ -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;
}
OpenPOWER on IntegriCloud