PPP, PPPoS, fixed PPP_INPROC_MULTITHREADED support

Oops.
This commit is contained in:
Sylvain Rochet 2015-02-21 19:38:47 +01:00
parent 59b659b027
commit a387270b76

View File

@ -551,7 +551,7 @@ pppos_input(ppp_pcb *ppp, u_char *s, int l)
snmp_inc_ifindiscards(ppp->netif);
}
#else /* PPP_INPROC_MULTITHREADED */
ppp_input(pcb, inp);
ppp_input(ppp, inp);
#endif /* PPP_INPROC_MULTITHREADED */
}