From: Josh Soref <2119212+jsoref@users.noreply.github.com> Date: Wed, 19 Nov 2025 19:13:11 +0000 (-0500) Subject: spelling: on which the query was received X-Git-Tag: rec-5.4.0-alpha1~61^2~39 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4ff41a7b4b2b453f32d800088acc540db2ef38c4;p=thirdparty%2Fpdns.git spelling: on which the query was received 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 eca86a4812..c67684659d 100644 --- a/pdns/recursordist/pdns_recursor.cc +++ b/pdns/recursordist/pdns_recursor.cc @@ -2189,7 +2189,7 @@ bool matchOTConditions(RecEventTrace& eventTrace, const std::unique_ptrd_qhash = qhash; comboWriter->setRemote(fromaddr); // the address from which the query is coming comboWriter->setSource(source); // the address we assume the query is coming from, might be set by proxy protocol - comboWriter->setLocal(destaddr); // the address the query was received on + comboWriter->setLocal(destaddr); // the address on which the query was received comboWriter->setDestination(destination); // the address we assume the query is sent to, might be set by proxy protocol comboWriter->setMappedSource(mappedSource); // the address we assume the query is coming from. Differs from source if table-based mapping has been applied comboWriter->d_tcp = false;