From: James Rouzier Date: Tue, 13 Sep 2016 19:16:59 +0000 (-0400) Subject: Use the new name FreeRADIUS-EAP-FAST-PAC-Opaque-TLV to get the dictionary attribute X-Git-Tag: release_3_0_12~74^2 X-Git-Url: http://www.project-moonshot.org/gitweb/?p=freeradius.git;a=commitdiff_plain;h=565b4af0891a1f78f3c637504d4f4a2e09184005 Use the new name FreeRADIUS-EAP-FAST-PAC-Opaque-TLV to get the dictionary attribute --- diff --git a/src/modules/rlm_eap/types/rlm_eap_fast/rlm_eap_fast.c b/src/modules/rlm_eap/types/rlm_eap_fast/rlm_eap_fast.c index 90f0a57..5c5573b 100644 --- a/src/modules/rlm_eap/types/rlm_eap_fast/rlm_eap_fast.c +++ b/src/modules/rlm_eap/types/rlm_eap_fast/rlm_eap_fast.c @@ -295,7 +295,7 @@ error: goto error; } - fast_da = dict_attrbyname("EAP-FAST-PAC-Opaque-TLV"); + fast_da = dict_attrbyname("FreeRADIUS-EAP-FAST-PAC-Opaque-TLV"); rad_assert(fast_da != NULL); fast_vps = eap_fast_fast2vp((REQUEST *)tls_session, s, (uint8_t *)&opaque_plaintext, plen, fast_da, NULL);