Since the QC/PC split up, we only removed entries for the AXFR'd
domain from the packet cache, not the query cache.
#ifdef HAVE_CONFIG_H
#include "config.h"
#endif
-#include "packetcache.hh"
+
#include "utility.hh"
#include "dnssecinfra.hh"
#include "dnsseckeeper.hh"
#include "logger.hh"
#include "dns.hh"
#include "arguments.hh"
-#include "packetcache.hh"
+#include "auth-caches.hh"
#include "base64.hh"
#include "inflighter.cc"
di.backend->commitTransaction();
transaction = false;
di.backend->setFresh(zs.domain_id);
- PC.purge(domain.toString()+"$");
+ purgeAuthCaches(domain.toString()+"$");
L<<Logger::Error<<"AXFR done for '"<<domain<<"', zone committed with serial number "<<zs.soa_serial<<endl;