mirror of
https://git.savannah.nongnu.org/git/lwip.git
synced 2026-08-07 16:13:38 +08:00
removed pcb->chap_mdtype_all
This commit is contained in:
@@ -1364,8 +1364,8 @@ auth_check_options()
|
||||
#endif /* EAP_SUPPORT */
|
||||
) {
|
||||
#if CHAP_SUPPORT
|
||||
wo->neg_chap = pcb->chap_mdtype_all != MDTYPE_NONE;
|
||||
wo->chap_mdtype = pcb->chap_mdtype_all;
|
||||
wo->neg_chap = CHAP_MDTYPE_SUPPORTED != MDTYPE_NONE;
|
||||
wo->chap_mdtype = CHAP_MDTYPE_SUPPORTED;
|
||||
#endif /* CHAP_SUPPORT */
|
||||
#if PAP_SUPPORT
|
||||
wo->neg_upap = 1;
|
||||
|
||||
Reference in New Issue
Block a user