From 6a56ed6e730a99495c5ad35eecb5f1463e6d777e Mon Sep 17 00:00:00 2001 From: Peter van Dijk Date: Thu, 17 Oct 2019 15:24:45 +0200 Subject: [PATCH] remove goto --- pdns/ixfrdist.cc | 2 -- 1 file changed, 2 deletions(-) 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<(); -- 2.40.0