]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
this isn't needed, and was never used
authorAlan T. DeKok <aland@freeradius.org>
Fri, 8 Mar 2024 19:15:28 +0000 (14:15 -0500)
committerAlan T. DeKok <aland@freeradius.org>
Sat, 9 Mar 2024 15:06:50 +0000 (10:06 -0500)
src/protocols/radius/base.c

index 97665db9c64fcbe1eab944f05f6f5b3e5bbddaa4..dc56e810477388375a5793859eed450bb28a6f5d 100644 (file)
@@ -613,15 +613,6 @@ bool fr_radius_ok(uint8_t const *packet, size_t *packet_len_p,
                default:        /* don't do anything by default */
                        break;
 
-#if 0
-                       /*
-                        *      Track this for prioritizing ongoing EAP sessions.
-                        */
-               case FR_STATE:
-                       if (attr[1] > 2) packet->rounds = attr[2];
-                       break;
-#endif
-
                        /*
                         *      If there's an EAP-Message, we require
                         *      a Message-Authenticator.