From acd9ab13981ac58b9af8082e8aca54acdf81c6ac Mon Sep 17 00:00:00 2001 From: Remi Gacogne Date: Mon, 17 Nov 2025 10:48:02 +0100 Subject: [PATCH] dnsdist: Add dot to the end of a comment, as suggested by Miod Signed-off-by: Remi Gacogne --- pdns/dnsdistdist/dnsdist.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pdns/dnsdistdist/dnsdist.cc b/pdns/dnsdistdist/dnsdist.cc index 3b33d12de8..bd11c3b619 100644 --- a/pdns/dnsdistdist/dnsdist.cc +++ b/pdns/dnsdistdist/dnsdist.cc @@ -2240,7 +2240,7 @@ static void MultipleMessagesUDPClientThread(ClientState* clientState) for (;;) { /* reset the IO vector, since it's also used to send the vector of responses - to avoid having to copy the data around + to avoid having to copy the data around. No need to reset the parts that have not been used, though. */ for (int idx = 0; idx < msgsGot; idx++) { auto& slot = recvData[idx]; -- 2.47.3