From: Chris Hofstaedtler Date: Wed, 27 Jun 2018 13:21:12 +0000 (+0200) Subject: serialtweaker: add comment on why empty SOA-EDIT is "wrong" X-Git-Tag: dnsdist-1.3.3~65^2~1 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=0afb4e96b1cfb67b9ad7d344f3463b4af91b0616;p=thirdparty%2Fpdns.git serialtweaker: add comment on why empty SOA-EDIT is "wrong" --- diff --git a/pdns/serialtweaker.cc b/pdns/serialtweaker.cc index 7b1d7c7b9f..bd04c344df 100644 --- a/pdns/serialtweaker.cc +++ b/pdns/serialtweaker.cc @@ -72,6 +72,9 @@ uint32_t calculateEditSOA(uint32_t old_serial, const string& kind, const DNSName else if(!kind.empty()) { g_log<