From: Peter van Dijk Date: Thu, 17 Oct 2019 13:24:45 +0000 (+0200) Subject: remove goto X-Git-Tag: rec-4.3.0-alpha2~11^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=refs%2Fpull%2F8424%2Fhead;p=thirdparty%2Fpdns.git remove goto --- diff --git a/pdns/ixfrdist.cc b/pdns/ixfrdist.cc index 5a6fc54a70..7d9a0eb027 100644 --- a/pdns/ixfrdist.cc +++ b/pdns/ixfrdist.cc @@ -282,7 +282,6 @@ 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; @@ -293,7 +292,6 @@ againserial: if (soa == nullptr) { g_log<();