From: James Jones Date: Thu, 8 Jun 2023 16:09:00 +0000 (-0500) Subject: Correct function name in comment X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fcb9b9179b8e0814bee62cdb9147eba86e1e353f;p=thirdparty%2Ffreeradius-server.git Correct function name in comment --- diff --git a/src/lib/eap/session.c b/src/lib/eap/session.c index 9aeba055f9f..92d29f36b8c 100644 --- a/src/lib/eap/session.c +++ b/src/lib/eap/session.c @@ -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. *