mirror of
https://git.savannah.nongnu.org/git/lwip.git
synced 2025-08-04 13:34:38 +08:00
ppp: fix compiling eap after changing debug functions
This commit is contained in:
parent
d843e47a1d
commit
cc6d5b7a29
@ -2046,7 +2046,7 @@ static void eap_failure(ppp_pcb *pcb, u_char *inp, int id, int len) {
|
|||||||
if (!eap_client_active(pcb)) {
|
if (!eap_client_active(pcb)) {
|
||||||
ppp_dbglog(("EAP unexpected failure message in state %s (%d)",
|
ppp_dbglog(("EAP unexpected failure message in state %s (%d)",
|
||||||
eap_state_name(pcb->eap.es_client.ea_state),
|
eap_state_name(pcb->eap.es_client.ea_state),
|
||||||
pcb->eap.es_client.ea_state);
|
pcb->eap.es_client.ea_state));
|
||||||
}
|
}
|
||||||
|
|
||||||
if (pcb->settings.eap_req_time > 0) {
|
if (pcb->settings.eap_req_time > 0) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user