Show
Ignore:
Timestamp:
01/03/11 12:16:22 (2 years ago)
Author:
ahu
Message:

used a non-existent database connection in tcp backend for signing (oops)

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/pdns/pdns/packethandler.cc

    r1796 r1797  
    532532{ 
    533533  NSEC3PARAMRecordContent ns3rc; 
    534   cerr<<"Doing NSEC3PARAM lookup for '"<<auth<<"': "; 
     534  cerr<<"Doing NSEC3PARAM lookup for '"<<auth<<"', "<<p->qdomain<<"|"<<p->qtype.getName()<<": "; 
    535535  if(d_dk.getNSEC3PARAM(auth, &ns3rc))  { 
    536536    cerr<<"Present"<<endl; 
     
    10781078  DNSPacket *r=0; 
    10791079  try {     
    1080     DLOG(L << Logger::Notice<<"Remote "<< p->remote.toString() <<" wants a type " << p->qtype.getName() << " ("<<p->qtype.getCode()<<") about '"<<p->qdomain << "'" << endl); 
     1080    L << Logger::Notice<<"Remote "<< p->remote.toString() <<" wants a type " << p->qtype.getName() << " ("<<p->qtype.getCode()<<") about '"<<p->qdomain << "'" << endl; 
    10811081 
    10821082    if(p->d.qr) { // QR bit from dns packet (thanks RA from N)