From 46f48be96098b341d74d0fa7d76187b34724d66e Mon Sep 17 00:00:00 2001 From: Hajimu UMEMOTO Date: Tue, 12 Jun 2001 08:52:54 +0000 Subject: [PATCH] Restore the code wrongly nuked by previous commit. Following changed was made by previous commit: - IPV6CP supporting in kernel level ppp from NetBSD. Submitted by: y.shirasaki@ntt.com --- sys/net/if_spppsubr.c | 1 + 1 file changed, 1 insertion(+) diff --git a/sys/net/if_spppsubr.c b/sys/net/if_spppsubr.c index e489c58ee4e..61d2da3bc97 100644 --- a/sys/net/if_spppsubr.c +++ b/sys/net/if_spppsubr.c @@ -713,6 +713,7 @@ sppp_output(struct ifnet *ifp, struct mbuf *m, s = splimp(); } + ifq = &ifp->if_snd; #ifdef INET if (dst->sa_family == AF_INET) { /* XXX Check mbuf length here? */