]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
Fix config section names for EAP-SIM Closes #4395
authorArran Cudbard-Bell <a.cudbardb@freeradius.org>
Fri, 4 Feb 2022 01:21:09 +0000 (20:21 -0500)
committerArran Cudbard-Bell <a.cudbardb@freeradius.org>
Fri, 4 Feb 2022 01:21:35 +0000 (20:21 -0500)
src/process/eap_sim/base.c

index 7fd8a8c8c60834961cd9a0dcd9e297c8f3383c34..65af2369e5e0358ad34e9be85435ef0a8a70435c 100644 (file)
@@ -72,13 +72,13 @@ static virtual_server_compile_t compile_list[] = {
         */
        {
                .name = "send",
-               .name2 = "Start",
+               .name2 = "Start-Request",
                .component = MOD_AUTHORIZE,
                .offset = offsetof(eap_aka_sim_process_conf_t, actions.send_sim_start_request)
        },
        {
                .name = "recv",
-               .name2 = "Start",
+               .name2 = "Start-Response",
                .component = MOD_AUTHORIZE,
                .offset = offsetof(eap_aka_sim_process_conf_t, actions.recv_sim_start_response)
        },