From f7f25a8df60434f7751e4bfbd34c3a27ca7e259d Mon Sep 17 00:00:00 2001 From: Arran Cudbard-Bell Date: Mon, 24 Jan 2022 19:22:04 -0600 Subject: [PATCH] one more... --- src/lib/eap_aka_sim/state_machine.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib/eap_aka_sim/state_machine.c b/src/lib/eap_aka_sim/state_machine.c index 8a900a9dab..07bfefb050 100644 --- a/src/lib/eap_aka_sim/state_machine.c +++ b/src/lib/eap_aka_sim/state_machine.c @@ -2227,7 +2227,7 @@ RESUME(recv_aka_challenge_response) * - EAP-Response/AKA-Challenge - call 'recv Challenge-Response { ... }'. * - EAP-Response/AKA-Authentication-Reject - call 'recv Authentication-Reject { ... }' and after that * send a EAP-Request/SIM-Notification indicating a General Failure. - * - EAP-Response/AKA-Synchronization-Failure - call 'recv Syncronization-Failure { ... }'. + * - EAP-Response/AKA-Synchronization-Failure - call 'recv Synchronization-Failure { ... }'. * - EAP-Response/AKA-Client-Error - call 'recv Client-Error { ... }' and after that * send a EAP-Request/AKA-Notification indicating a General Failure. * - Anything else, enter the FAILURE-NOTIFICATION state. -- 2.47.2