Show
Ignore:
Timestamp:
01/30/11 13:49:13 (2 years ago)
Author:
ahu
Message:

silence a lot of debugging output at loglevel 9 (you did not see it, but it did slow things down)
fix up pre-signed zones in hybrid installations (bind + generic). Because the BIND Backend needs the DBDnssecKeeper,
while the dbdnsseckeeper needs the bindbackend to function, getting presignatures from the dbdnsseckeeper failed.
We now pass an explicit database connection for this purpose. Spotted by Christof Meerwaald.

Files:
1 modified

Legend:

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

    r1906 r1932  
    849849  NSEC3PARAMRecordContent ns3pr; 
    850850  string auth=state->id_zone_map[id].d_name; 
    851    
    852    
     851     
    853852  if(!dk.getNSEC3PARAM(auth, &ns3pr)) { 
    854853    cerr<<"in bind2backend::getBeforeAndAfterAbsolute: no nsec3 for "<<auth<<endl;