From be6484af481af470ff568dc1455dcb300ebfaafc Mon Sep 17 00:00:00 2001 From: Peter van Dijk Date: Mon, 21 Jun 2021 13:40:02 +0200 Subject: [PATCH] pdnsutil edit-zone: correctly reask inc-serial question. Fixes #10328 --- pdns/pdnsutil.cc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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<