minor update to rejection message
authorAlan T. DeKok <aland@freeradius.org>
Thu, 22 Sep 2016 20:07:24 +0000 (16:07 -0400)
committerAlan T. DeKok <aland@freeradius.org>
Thu, 22 Sep 2016 20:07:24 +0000 (16:07 -0400)
src/modules/rlm_eap/types/rlm_eap_fast/eap_fast.c

index f174641..a72b985 100644 (file)
@@ -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;