Changeset 2253
- Timestamp:
- 08/23/11 11:13:46 (21 months ago)
- Files:
-
- 1 modified
-
trunk/pdns/pdns/backends/bind/bindbackend2.cc (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/pdns/pdns/backends/bind/bindbackend2.cc
r2131 r2253 620 620 621 621 sort(domains.begin(), domains.end()); // put stuff in inode order 622 622 DNSSECKeeper dk; 623 623 for(vector<BindDomainInfo>::const_iterator i=domains.begin(); 624 624 i!=domains.end(); … … 660 660 if(filenameChanged || !bbd->d_loaded || !bbd->current()) { 661 661 L<<Logger::Info<<d_logprefix<<" parsing '"<<i->name<<"' from file '"<<i->filename<<"'"<<endl; 662 DNSSECKeeper dk; 662 663 663 NSEC3PARAMRecordContent ns3pr; 664 664 bool nsec3zone=dk.getNSEC3PARAM(i->name, &ns3pr);