From 8b0f35eabcff32bda04874772749ab628bb54869 Mon Sep 17 00:00:00 2001 From: Peter van Dijk Date: Thu, 17 Oct 2019 12:39:00 +0200 Subject: [PATCH] ixfrdist: if zonefile is broken, remove and find another --- pdns/ixfrdist.cc | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/pdns/ixfrdist.cc b/pdns/ixfrdist.cc index c115b256f6..5a6fc54a70 100644 --- a/pdns/ixfrdist.cc +++ b/pdns/ixfrdist.cc @@ -282,6 +282,7 @@ void updateThread(const string& workdir, const uint16_t& keep, const uint16_t& a string dir = workdir + "/" + domain.toString(); try { g_log< soa; uint32_t soaTTL; @@ -290,8 +291,9 @@ void updateThread(const string& workdir, const uint16_t& keep, const uint16_t& a loadSOAFromDisk(domain, fname, soa, soaTTL); records_t records; if (soa == nullptr) { - g_log<(); -- 2.47.2