mirror of
https://github.com/lwip-tcpip/lwip.git
synced 2024-11-04 23:29:25 +00: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)) {
|
||||
ppp_dbglog(("EAP unexpected failure message in state %s (%d)",
|
||||
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) {
|
||||
|
Loading…
Reference in New Issue
Block a user