From: Arran Cudbard-Bell Date: Tue, 25 Jan 2022 01:22:04 +0000 (-0600) Subject: one more... X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f7f25a8df60434f7751e4bfbd34c3a27ca7e259d;p=thirdparty%2Ffreeradius-server.git one more... --- 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.