X-Git-Url: http://git.ipfire.org/?a=blobdiff_plain;f=pdns%2Fserialtweaker.cc;h=094e8a8a31c8197603fb0297bd0a73f96393f00e;hb=876dd46192156ebb5c8d34d007d73479ad2a7802;hp=06a036536bf073fe9f76e07b16d140e5e08b86ec;hpb=1a26cc5c0d6be16364185e7c3214d5d87e94ebf9;p=thirdparty%2Fpdns.git diff --git a/pdns/serialtweaker.cc b/pdns/serialtweaker.cc index 06a036536b..094e8a8a31 100644 --- a/pdns/serialtweaker.cc +++ b/pdns/serialtweaker.cc @@ -65,17 +65,22 @@ uint32_t calculateEditSOA(uint32_t old_serial, const string& kind, const DNSName uint32_t inception = getStartOfWeek(); if (old_serial < inception) return inception; - } else if(!kind.empty()) { - L<