From: Peter van Dijk Date: Thu, 17 Oct 2019 13:24:45 +0000 (+0200) Subject: remove goto X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=6a56ed6e730a99495c5ad35eecb5f1463e6d777e;p=pdns remove goto --- diff --git a/pdns/ixfrdist.cc b/pdns/ixfrdist.cc index 5a6fc54a7..7d9a0eb02 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<();