From: Josh Soref <2119212+jsoref@users.noreply.github.com> Date: Wed, 19 Nov 2025 19:14:49 +0000 (-0500) Subject: spelling: from which the query was received X-Git-Tag: rec-5.4.0-alpha1~61^2~55 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9bbe55cfd5c6c7472dd26525958519376690d279;p=thirdparty%2Fpdns.git spelling: from which the query was received Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com> --- diff --git a/pdns/recursordist/rec-tcp.cc b/pdns/recursordist/rec-tcp.cc index 0172e3ed0a..9ebc645586 100644 --- a/pdns/recursordist/rec-tcp.cc +++ b/pdns/recursordist/rec-tcp.cc @@ -667,7 +667,7 @@ static void handleRunningTCPQuestion(int fileDesc, FDMultiplexer::funcparam_t& v comboWriter->d_tcpConnection = conn; // carry the torch comboWriter->setSocket(conn->getFD()); // this is the only time a copy is made of the actual fd comboWriter->d_tcp = true; - comboWriter->setRemote(conn->d_remote); // the address the query was received from + comboWriter->setRemote(conn->d_remote); // the address from which the query was received comboWriter->setSource(conn->d_source); // the address we assume the query is coming from, might be set by proxy protocol ComboAddress dest; dest.reset();