From ea619e8036fe3f3b7a3e20d67ededcdc9368ce42 Mon Sep 17 00:00:00 2001 From: Josh Soref <2119212+jsoref@users.noreply.github.com> Date: Wed, 19 Nov 2025 14:13:53 -0500 Subject: [PATCH] spelling: where the query was sent Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com> --- pdns/recursordist/pdns_recursor.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pdns/recursordist/pdns_recursor.cc b/pdns/recursordist/pdns_recursor.cc index c67684659d..af63b4779b 100644 --- a/pdns/recursordist/pdns_recursor.cc +++ b/pdns/recursordist/pdns_recursor.cc @@ -2525,7 +2525,7 @@ static void handleNewUDPQuestion(int fileDesc, FDMultiplexer::funcparam_t& /* va data.resize(static_cast(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)) { -- 2.47.3