mirror of
https://github.com/lwip-tcpip/lwip.git
synced 2025-02-21 18:40:12 +00:00
added missing EAP_SUPPORT macro
This commit is contained in:
parent
a3cfbfc6ba
commit
fed76f29d0
@ -2469,9 +2469,11 @@ lcp_printpkt(p, plen, printer, arg)
|
||||
}
|
||||
break;
|
||||
#endif /* CHAP_SUPPORT */
|
||||
#if EAP_SUPPORT
|
||||
case PPP_EAP:
|
||||
printer(arg, "eap");
|
||||
break;
|
||||
#endif /* EAP_SUPPORT */
|
||||
default:
|
||||
printer(arg, "0x%x", cishort);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user