mirror of
https://github.com/lwip-tcpip/lwip.git
synced 2024-12-28 00:15:16 +00:00
PPP, PPPoS, fixed PPP_INPROC_MULTITHREADED support
Oops.
This commit is contained in:
parent
59b659b027
commit
a387270b76
@ -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 */
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user