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.7.4~5^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F12171%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 fb88c8d675..4bf79e1532 100644 --- a/pdns/rpzloader.cc +++ b/pdns/rpzloader.cc @@ -587,5 +587,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 "<