From 6488d802f1e6bf39935fb9b6af327600eb0019c3 Mon Sep 17 00:00:00 2001 From: "Alan T. DeKok" Date: Sat, 18 Jan 2025 14:11:14 -0500 Subject: [PATCH] Use :: for enum name --- src/tests/modules/eap_sim/sim_xlat_id_aka.unlang | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/tests/modules/eap_sim/sim_xlat_id_aka.unlang b/src/tests/modules/eap_sim/sim_xlat_id_aka.unlang index 7459ab9f9a..a0f5a063b5 100644 --- a/src/tests/modules/eap_sim/sim_xlat_id_aka.unlang +++ b/src/tests/modules/eap_sim/sim_xlat_id_aka.unlang @@ -51,7 +51,7 @@ if (&result_string != &User-Name) { if (&User-Name =~ /^[0-9](.*)/) { &request += { &User-Name = "%{1}" - &EAP-Type = AKA + &EAP-Type = ::AKA } } -- 2.47.3