From: Alan T. DeKok Date: Wed, 8 Nov 2023 12:28:59 +0000 (+0100) Subject: this is for UDP home servers X-Git-Tag: release_3_0_27~55 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=efe531bfd6294ede3031b0ded8da8adbd3b42d1c;p=thirdparty%2Ffreeradius-server.git this is for UDP home servers --- diff --git a/src/main/process.c b/src/main/process.c index 50312d6b7f..0d1cb120e1 100644 --- a/src/main/process.c +++ b/src/main/process.c @@ -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)),