Changeset 1878

Show
Ignore:
Timestamp:
01/12/11 17:35:31 (2 years ago)
Author:
ahu
Message:

oops, put the NSEC3NARROW item in the NSEC3PARAM cache

Location:
trunk/pdns/pdns
Files:
2 modified

Legend:

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

    r1875 r1878  
    180180   
    181181  if(ns3p) { 
    182     string descr = *meta.begin(); 
     182    string descr = nce.d_nsec3param; 
    183183    reportAllTypes(); 
    184184    NSEC3PARAMRecordContent* tmp=dynamic_cast<NSEC3PARAMRecordContent*>(DNSRecordContent::mastermake(QType::NSEC3PARAM, 1, descr)); 
  • trunk/pdns/pdns/tcpreceiver.cc

    r1871 r1878  
    412412  } 
    413413   
    414    
    415    
    416414  L<<Logger::Error<<"AXFR of domain '"<<target<<"' initiated by "<<q->getRemote()<<endl; 
    417415  outpacket=shared_ptr<DNSPacket>(q->replyPacket());