]> granicus.if.org Git - pdns/commitdiff
small range for fixup
authorbert hubert <bert.hubert@netherlabs.nl>
Thu, 26 Nov 2015 21:32:05 +0000 (22:32 +0100)
committerbert hubert <bert.hubert@netherlabs.nl>
Thu, 26 Nov 2015 21:32:05 +0000 (22:32 +0100)
pdns/pdnssec.cc

index 363fb188d429dd461b4bca8cc372697e775fe0ae..54269906f529c4f7ce31bcad42a2234def11f102 100644 (file)
@@ -329,8 +329,7 @@ bool rectifyZone(DNSSECKeeper& dk, const DNSName& zone)
     {
       realrr=false;
       qnames.clear();
-      pair<DNSName,bool> nt;
-      BOOST_FOREACH(nt, nonterm){
+      for(const auto& nt :  nonterm){
         qnames.insert(nt.first);
       }
       goto dononterm;