From: Peter van Dijk Date: Wed, 8 Aug 2018 13:24:53 +0000 (+0200) Subject: add missing warning counter increment X-Git-Tag: dnsdist-1.3.3~164^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=refs%2Fpull%2F6834%2Fhead;p=thirdparty%2Fpdns.git add missing warning counter increment --- diff --git a/pdns/pdnsutil.cc b/pdns/pdnsutil.cc index 2a1dc2f651..5022a235dd 100644 --- a/pdns/pdnsutil.cc +++ b/pdns/pdnsutil.cc @@ -447,8 +447,10 @@ int checkZone(DNSSECKeeper &dk, UeberBackend &B, const DNSName& zone, const vect toCheck = DNSName(rr.content); } - if (toCheck.empty()) + if (toCheck.empty()) { cout<<"[Warning] "<