Skip to content

Commit

Permalink
Merge pull request #3208 from pieterlexis/3.4-pdnssec-disabled-records
Browse files Browse the repository at this point in the history
pdnssec: don't check disabled records
  • Loading branch information
pieterlexis committed Jan 12, 2016
2 parents 53944e6 + 23d26d8 commit 19c52d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pdns/pdnssec.cc
Original file line number Diff line number Diff line change
Expand Up @@ -446,7 +446,7 @@ int checkZone(DNSSECKeeper &dk, UeberBackend &B, const std::string& zone)
ostringstream content;
pair<map<string, unsigned int>::iterator,bool> ret;

sd.db->list(zone, sd.domain_id, true);
sd.db->list(zone, sd.domain_id, false);

while(sd.db->get(rr)) {
if(!rr.qtype.getCode())
Expand Down

0 comments on commit 19c52d4

Please sign in to comment.