From: Alan T. DeKok Date: Thu, 22 Sep 2016 20:07:24 +0000 (-0400) Subject: minor update to rejection message X-Git-Tag: release_3_0_12~34 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8ca57ef5e460e59a426eea39e12a5abfe478f62c;p=thirdparty%2Ffreeradius-server.git minor update to rejection message --- diff --git a/src/modules/rlm_eap/types/rlm_eap_fast/eap_fast.c b/src/modules/rlm_eap/types/rlm_eap_fast/eap_fast.c index f174641a461..a72b985b0cb 100644 --- a/src/modules/rlm_eap/types/rlm_eap_fast/eap_fast.c +++ b/src/modules/rlm_eap/types/rlm_eap_fast/eap_fast.c @@ -993,7 +993,7 @@ static PW_CODE eap_fast_eap_payload(REQUEST *request, eap_handler_t *eap_session */ switch (fake->reply->code) { case 0: - RDEBUG("No tunneled reply was found, and the request was not proxied: rejecting the user."); + RDEBUG("No tunneled reply was found, rejecting the user."); code = PW_CODE_ACCESS_REJECT; break;