From: Peter van Dijk Date: Wed, 22 May 2019 14:11:33 +0000 (+0200) Subject: do not skip TCP TC logging when not throttling X-Git-Tag: dnsdist-1.4.0-beta1~29^2~1 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=4ab4187c7cc5a54a026df37f60015aafec3d3ca0;p=thirdparty%2Fpdns.git do not skip TCP TC logging when not throttling --- diff --git a/pdns/syncres.cc b/pdns/syncres.cc index 5dd3c98a39..1109293964 100644 --- a/pdns/syncres.cc +++ b/pdns/syncres.cc @@ -2977,10 +2977,12 @@ bool SyncRes::doResolveAtThisIP(const std::string& prefix, const DNSName& qname, if(lwr.d_tcbit) { *truncated = true; - if (doTCP && !dontThrottle) { + if (doTCP) { LOG(prefix<