From ddc643a23e7ac550775acdc11855cc6b9699f04c Mon Sep 17 00:00:00 2001 From: Remi Gacogne Date: Fri, 22 Dec 2023 17:37:54 +0100 Subject: [PATCH] dnsdist: Re-format doh3.cc and doq.cc --- pdns/dnsdistdist/doh3.cc | 2 +- pdns/dnsdistdist/doq.cc | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pdns/dnsdistdist/doh3.cc b/pdns/dnsdistdist/doh3.cc index e4ce44827c..b8ed4bd219 100644 --- a/pdns/dnsdistdist/doh3.cc +++ b/pdns/dnsdistdist/doh3.cc @@ -813,7 +813,7 @@ static void handleSocketReadable(DOH3Frontend& frontend, ClientState& clientStat if (!sock.recvFromAsync(buffer, client) || buffer.empty()) { return; } - DEBUGLOG("Received DoH3 datagram of size "<