]> 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>
Thu, 16 Nov 2023 23:57:28 +0000 (18:57 -0500)
src/main/process.c

index e1465287fb79bc70dcfd68c7fdada7a927a2fa3d..11e3b5ad29e345ec56cdb7f5293fd6eea80b8876 100644 (file)
@@ -4361,7 +4361,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)),