Use the ipparam value as the PW_CALLING_STATION_ID value
[mpls-ppp.git] / freebsd-3.0 / patch.if_ppp.c
blob4da2649804be33645d902552d44742a44459269f
1 --- sys.stable/net/if_ppp.c Sat Jun 20 11:28:01 1998
2 +++ /usr/src/synclink/bsd3/if_ppp.c Fri Apr 16 12:54:12 1999
3 @@ -1084,7 +1084,7 @@
4 for (i = 0; i < NPPP; ++i, ++sc) {
5 s = splimp();
6 if (!(sc->sc_flags & SC_TBUSY)
7 - && (sc->sc_if.if_snd.ifq_head || sc->sc_fastq.ifq_head)) {
8 + && (sc->sc_if.if_snd.ifq_head || sc->sc_fastq.ifq_head || sc->sc_outm)) {
9 sc->sc_flags |= SC_TBUSY;
10 splx(s);
11 (*sc->sc_start)(sc);