]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
spelling: from which the query was received
authorJosh Soref <2119212+jsoref@users.noreply.github.com>
Wed, 19 Nov 2025 19:14:49 +0000 (14:14 -0500)
committerJosh Soref <2119212+jsoref@users.noreply.github.com>
Thu, 20 Nov 2025 12:31:10 +0000 (07:31 -0500)
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
pdns/recursordist/rec-tcp.cc

index 0172e3ed0adcb7ec54ff0abd53b4d9a5d9584831..9ebc645586d67a4ec70560f81520985d35ef8012 100644 (file)
@@ -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();