]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
this isn't an error
authorAlan T. DeKok <aland@freeradius.org>
Sun, 8 Jan 2023 02:46:31 +0000 (21:46 -0500)
committerAlan T. DeKok <aland@freeradius.org>
Sun, 8 Jan 2023 02:47:03 +0000 (21:47 -0500)
src/main/process.c

index b461c248bfa84e63fe56bddfa752dd80c113364e..3ca352497a575d024e36d2cd854ff28384efc990 100644 (file)
@@ -3106,7 +3106,6 @@ static int request_will_proxy(REQUEST *request)
        VERIFY_REQUEST(request);
 
        if (!request->root->proxy_requests) {
-               REDEBUG3("Cannot proxy packets unless 'proxy_requests = yes'");
                return 0;
        }
        if (request->packet->dst_port == 0) return 0;