]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
spelling: where the query was sent
authorJosh Soref <2119212+jsoref@users.noreply.github.com>
Wed, 19 Nov 2025 19:13:53 +0000 (14:13 -0500)
committerJosh Soref <2119212+jsoref@users.noreply.github.com>
Thu, 20 Nov 2025 12:32:42 +0000 (07:32 -0500)
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
pdns/recursordist/pdns_recursor.cc

index c67684659d2f7a6659d5edf0af256f92e938ed06..af63b4779bf4c3fe8be814d61d1075f544e5e5dc 100644 (file)
@@ -2525,7 +2525,7 @@ static void handleNewUDPQuestion(int fileDesc, FDMultiplexer::funcparam_t& /* va
 
       data.resize(static_cast<size_t>(len));
 
-      ComboAddress destaddr; // the address the query was sent to to
+      ComboAddress destaddr; // the address where the query was sent
       destaddr.reset(); // this makes sure we ignore this address if not explictly set below
       const auto* loc = rplookup(g_listenSocketsAddresses, fileDesc);
       if (HarvestDestinationAddress(&msgh, &destaddr)) {