From: Chris Hofstaedtler Date: Fri, 29 May 2020 12:12:38 +0000 (+0200) Subject: Address feedback from #9176 X-Git-Tag: dnsdist-1.5.0-rc3~23^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=refs%2Fpull%2F9163%2Fhead;p=thirdparty%2Fpdns.git Address feedback from #9176 --- diff --git a/pdns/tcpreceiver.cc b/pdns/tcpreceiver.cc index 3d3c2a186e..6dea329261 100644 --- a/pdns/tcpreceiver.cc +++ b/pdns/tcpreceiver.cc @@ -1102,7 +1102,6 @@ int TCPNameserver::doIXFR(std::unique_ptr& q, int outsock) UeberBackend db; DNSSECKeeper dk(&db); - DNSSECKeeper::clearCaches(target); bool haveTSIGDetails = q->getTSIGDetails(&trc, &tsigkeyname);