From: Peter van Dijk Date: Thu, 17 Oct 2019 10:39:00 +0000 (+0200) Subject: ixfrdist: if zonefile is broken, remove and find another X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=8b0f35eabcff32bda04874772749ab628bb54869;p=pdns ixfrdist: if zonefile is broken, remove and find another --- diff --git a/pdns/ixfrdist.cc b/pdns/ixfrdist.cc index c115b256f..5a6fc54a7 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<();