]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
Address feedback from #9176 9163/head
authorChris Hofstaedtler <chris.hofstaedtler@deduktiva.com>
Fri, 29 May 2020 12:12:38 +0000 (14:12 +0200)
committerChris Hofstaedtler <chris.hofstaedtler@deduktiva.com>
Fri, 29 May 2020 12:12:38 +0000 (14:12 +0200)
pdns/tcpreceiver.cc

index 3d3c2a186e7da1bd17a2ec4e1545eab3c22bc733..6dea329261a4db8624204365e74ecf0d9754760d 100644 (file)
@@ -1102,7 +1102,6 @@ int TCPNameserver::doIXFR(std::unique_ptr<DNSPacket>& q, int outsock)
 
     UeberBackend db;
     DNSSECKeeper dk(&db);
-    DNSSECKeeper::clearCaches(target);
 
     bool haveTSIGDetails = q->getTSIGDetails(&trc, &tsigkeyname);