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

index f3fb29cb8308ca5a34455adde056b1267647b3e2..dab9aee752b845085bb9a9721c4a8441a2307447 100644 (file)
@@ -1139,7 +1139,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);