From: bert hubert Date: Thu, 26 Nov 2015 21:32:05 +0000 (+0100) Subject: small range for fixup X-Git-Tag: dnsdist-1.0.0-alpha1~176^2~6 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d4535f5d637761c797d0b4e83fd3c4014dcd5cbb;p=thirdparty%2Fpdns.git small range for fixup --- diff --git a/pdns/pdnssec.cc b/pdns/pdnssec.cc index 363fb188d4..54269906f5 100644 --- a/pdns/pdnssec.cc +++ b/pdns/pdnssec.cc @@ -329,8 +329,7 @@ bool rectifyZone(DNSSECKeeper& dk, const DNSName& zone) { realrr=false; qnames.clear(); - pair nt; - BOOST_FOREACH(nt, nonterm){ + for(const auto& nt : nonterm){ qnames.insert(nt.first); } goto dononterm;