added missing EAP_SUPPORT macro

This commit is contained in:
Sylvain Rochet 2012-06-09 23:38:26 +02:00
parent a3cfbfc6ba
commit fed76f29d0

View File

@ -2469,9 +2469,11 @@ lcp_printpkt(p, plen, printer, arg)
} }
break; break;
#endif /* CHAP_SUPPORT */ #endif /* CHAP_SUPPORT */
#if EAP_SUPPORT
case PPP_EAP: case PPP_EAP:
printer(arg, "eap"); printer(arg, "eap");
break; break;
#endif /* EAP_SUPPORT */
default: default:
printer(arg, "0x%x", cishort); printer(arg, "0x%x", cishort);
} }