]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
Correct function name in comment
authorJames Jones <jejones3141@gmail.com>
Thu, 8 Jun 2023 16:09:00 +0000 (11:09 -0500)
committerArran Cudbard-Bell <a.cudbardb@freeradius.org>
Thu, 8 Jun 2023 16:35:58 +0000 (12:35 -0400)
src/lib/eap/session.c

index 9aeba055f9f818cde75a9d6f10170b5e820dc14f..92d29f36b8c7e1bfbd1dfed528642609d9a5b2ef 100644 (file)
@@ -252,7 +252,7 @@ static char *eap_identity(request_t *request, eap_session_t *eap_session, eap_pa
         *
         *  Code (1) + Identifier (1) + Length (2) + Type (1) = 5.
         *
-        *  The maximum value is not bounded by the RFC. The eap_validation()
+        *  The maximum value is not bounded by the RFC. The eap_is_valid()
         *  function called before eap_identity(), checks that the length
         *  field does not overrun the available data.
         *