From 1d0995bcc15528415409fe42d64b863b5c921ff9 Mon Sep 17 00:00:00 2001 From: Remi Gacogne Date: Thu, 5 Oct 2017 12:24:56 +0200 Subject: [PATCH] auth: Purge the caches after a successful IXFR --- pdns/slavecommunicator.cc | 1 + 1 file changed, 1 insertion(+) diff --git a/pdns/slavecommunicator.cc b/pdns/slavecommunicator.cc index 016cb04f60..2ba523240c 100644 --- a/pdns/slavecommunicator.cc +++ b/pdns/slavecommunicator.cc @@ -415,6 +415,7 @@ void CommunicatorClass::suck(const DNSName &domain, const string &remote) } else { L<