From: Peter van Dijk Date: Mon, 21 Jun 2021 11:40:02 +0000 (+0200) Subject: pdnsutil edit-zone: correctly reask inc-serial question. Fixes #10328 X-Git-Tag: dnsdist-1.7.0-alpha1~135^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=refs%2Fpull%2F10513%2Fhead;p=thirdparty%2Fpdns.git pdnsutil edit-zone: correctly reask inc-serial question. Fixes #10328 --- diff --git a/pdns/pdnsutil.cc b/pdns/pdnsutil.cc index a5c99b19d0..9af168ffe2 100644 --- a/pdns/pdnsutil.cc +++ b/pdns/pdnsutil.cc @@ -1245,6 +1245,7 @@ static int editZone(const DNSName &zone) { } if (changed.size() > 0) { if (changed.find({zone, QType::SOA}) == changed.end()) { + reAsk3:; cout<