From: Remi Gacogne Date: Mon, 10 Oct 2022 15:47:46 +0000 (+0200) Subject: rec: Log invalid RPZ content when obtained via IXFR X-Git-Tag: rec-4.6.5~4^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F12170%2Fhead;p=thirdparty%2Fpdns.git 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) --- 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 "<