From b03fdde9b25a4bfcb119cb1c53c03de5dd20685d Mon Sep 17 00:00:00 2001 From: Remi Gacogne Date: Mon, 10 Oct 2022 17:47:46 +0200 Subject: [PATCH] rec: Log invalid RPZ content when obtained via IXFR That kind of content was properly logged and handled when received during the initial loading (AXFR) but not when received via an incremental update. (cherry picked from commit 55a99233728fc01e3946a97fb8dbb073a3003622) --- pdns/rpzloader.cc | 3 +++ 1 file changed, 3 insertions(+) diff --git a/pdns/rpzloader.cc b/pdns/rpzloader.cc index 03d8228126..19a84b0b66 100644 --- a/pdns/rpzloader.cc +++ b/pdns/rpzloader.cc @@ -586,5 +586,8 @@ void RPZIXFRTracker(const std::vector& primaries, const boost::opt catch (const std::exception& e) { g_log << Logger::Error << "Error while applying the update received over XFR for "<