]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
this is for UDP home servers
authorAlan T. DeKok <aland@freeradius.org>
Wed, 8 Nov 2023 12:28:59 +0000 (13:28 +0100)
committerAlan T. DeKok <aland@freeradius.org>
Fri, 16 Feb 2024 21:20:41 +0000 (16:20 -0500)
src/main/process.c

index 50312d6b7f0dd757bf268c1076440945cf215b19..0d1cb120e10986217d224cc3a64bd02117c21343 100644 (file)
@@ -4199,7 +4199,7 @@ static void proxy_wait_for_reply(REQUEST *request, int action)
                when.tv_sec++;
 
                if (timercmp(&now, &when, <)) {
-                       DEBUG2("Suppressing duplicate proxied request (too fast) to home server %s port %d proto TCP - ID: %d",
+                       DEBUG2("Suppressing duplicate proxied request (too fast) to home server %s port %d - ID: %d",
                               inet_ntop(request->proxy->dst_ipaddr.af,
                                         &request->proxy->dst_ipaddr.ipaddr,
                                         buffer, sizeof(buffer)),