From: Josh Soref <2119212+jsoref@users.noreply.github.com> Date: Wed, 19 Nov 2025 19:13:53 +0000 (-0500) Subject: spelling: where the query was sent X-Git-Tag: rec-5.4.0-alpha1~61^2~3 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ea619e8036fe3f3b7a3e20d67ededcdc9368ce42;p=thirdparty%2Fpdns.git spelling: where the query was sent Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com> --- 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)) {