Changeset 2253

Show
Ignore:
Timestamp:
08/23/11 11:13:46 (21 months ago)
Author:
ahu
Message:

spotted by Winfried Angele, we launched a whole new set of backend connections per BIND zone loaded!

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/pdns/pdns/backends/bind/bindbackend2.cc

    r2131 r2253  
    620620 
    621621    sort(domains.begin(), domains.end()); // put stuff in inode order 
    622  
     622    DNSSECKeeper dk; 
    623623    for(vector<BindDomainInfo>::const_iterator i=domains.begin(); 
    624624        i!=domains.end(); 
     
    660660        if(filenameChanged || !bbd->d_loaded || !bbd->current()) { 
    661661          L<<Logger::Info<<d_logprefix<<" parsing '"<<i->name<<"' from file '"<<i->filename<<"'"<<endl; 
    662           DNSSECKeeper dk; 
     662 
    663663          NSEC3PARAMRecordContent ns3pr; 
    664664          bool nsec3zone=dk.getNSEC3PARAM(i->name, &ns3pr);