]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
No start
authorArran Cudbard-Bell <a.cudbardb@freeradius.org>
Tue, 12 Dec 2017 12:11:08 +0000 (12:11 +0000)
committerArran Cudbard-Bell <a.cudbardb@freeradius.org>
Tue, 12 Dec 2017 12:26:27 +0000 (12:26 +0000)
src/modules/rlm_eap/types/rlm_eap_aka/eap_aka.h

index c697de584ba7e5d0b45aa9f69d5e17fe392a6af8..0eab751ea1a5c962abf056acf558393be27debb6 100644 (file)
@@ -33,8 +33,7 @@ RCSIDH(rlm_eap_aka_eap_aka_h, "$Id$")
  * In server_start, we send a EAP-AKA Start message.
  */
 typedef enum {
-       EAP_AKA_SERVER_START = 0,                               //!< Initial state.
-       EAP_AKA_SERVER_IDENTITY,                                //!< Attempting to discover permanent
+       EAP_AKA_SERVER_IDENTITY = 0,                            //!< Attempting to discover permanent
                                                                ///< identity of the supplicant.
        EAP_AKA_SERVER_CHALLENGE,                               //!< We've challenged the supplicant.
        EAP_AKA_SERVER_SUCCESS_NOTIFICATION,                    //!< Send success notification.