]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
dnsdist: Add dot to the end of a comment, as suggested by Miod 16510/head
authorRemi Gacogne <remi.gacogne@powerdns.com>
Mon, 17 Nov 2025 09:48:02 +0000 (10:48 +0100)
committerRemi Gacogne <remi.gacogne@powerdns.com>
Mon, 17 Nov 2025 09:48:02 +0000 (10:48 +0100)
Signed-off-by: Remi Gacogne <remi.gacogne@powerdns.com>
pdns/dnsdistdist/dnsdist.cc

index 3b33d12de885c55d1c29a28e858cbb17123e4dae..bd11c3b6199d06221b586841e965e0eaffe04b33 100644 (file)
@@ -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];