From: Alan T. DeKok Date: Fri, 8 Mar 2024 19:15:28 +0000 (-0500) Subject: this isn't needed, and was never used X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=dc57480dc8d2a5031bbe6a88133eca198b77941b;p=thirdparty%2Ffreeradius-server.git this isn't needed, and was never used --- diff --git a/src/protocols/radius/base.c b/src/protocols/radius/base.c index 97665db9c64..dc56e810477 100644 --- a/src/protocols/radius/base.c +++ b/src/protocols/radius/base.c @@ -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.