From: Alan T. DeKok Date: Wed, 25 Aug 2021 13:21:15 +0000 (-0400) Subject: typo. Fixes #4209 X-Git-Tag: release_3_0_24~42 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=036932ab1511d6802c54d389f36ab6753f24367d;p=thirdparty%2Ffreeradius-server.git typo. Fixes #4209 --- diff --git a/src/modules/rlm_eap/libeap/eap_tls.c b/src/modules/rlm_eap/libeap/eap_tls.c index 8aee16cf68..17e4cadca8 100644 --- a/src/modules/rlm_eap/libeap/eap_tls.c +++ b/src/modules/rlm_eap/libeap/eap_tls.c @@ -797,7 +797,7 @@ static fr_tls_status_t eaptls_operation(fr_tls_status_t status, eap_handler_t *h /* * Who knows what happened... */ - REDEBUG("T(LS) Cannot continue, as the peer is misbehaving."); + REDEBUG("(TLS) Cannot continue, as the peer is misbehaving."); return FR_TLS_FAIL; }