From: Remi Gacogne Date: Mon, 17 Nov 2025 09:48:02 +0000 (+0100) Subject: dnsdist: Add dot to the end of a comment, as suggested by Miod X-Git-Tag: rec-5.4.0-alpha1~69^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F16510%2Fhead;p=thirdparty%2Fpdns.git dnsdist: Add dot to the end of a comment, as suggested by Miod Signed-off-by: Remi Gacogne --- 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];