mirror of
https://git.savannah.nongnu.org/git/lwip.git
synced 2026-08-06 12:13:37 +08:00
PPP, CCP, various fix if MPPE is enabled
This commit is contained in:
@@ -954,7 +954,7 @@ void start_networks(ppp_pcb *pcb) {
|
||||
ecp_required = ecp_gotoptions[unit].required;
|
||||
#endif /* ECP_SUPPORT */
|
||||
#ifdef MPPE
|
||||
mppe_required = ccp_gotoptions[unit].mppe;
|
||||
mppe_required = pcb->ccp_gotoptions.mppe;
|
||||
#endif /* MPPE */
|
||||
|
||||
if (1
|
||||
|
||||
Reference in New Issue
Block a user