Changeset 1878
- Timestamp:
- 01/12/11 17:35:31 (2 years ago)
- Location:
- trunk/pdns/pdns
- Files:
-
- 2 modified
-
dbdnsseckeeper.cc (modified) (1 diff)
-
tcpreceiver.cc (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/pdns/pdns/dbdnsseckeeper.cc
r1875 r1878 180 180 181 181 if(ns3p) { 182 string descr = *meta.begin();182 string descr = nce.d_nsec3param; 183 183 reportAllTypes(); 184 184 NSEC3PARAMRecordContent* tmp=dynamic_cast<NSEC3PARAMRecordContent*>(DNSRecordContent::mastermake(QType::NSEC3PARAM, 1, descr)); -
trunk/pdns/pdns/tcpreceiver.cc
r1871 r1878 412 412 } 413 413 414 415 416 414 L<<Logger::Error<<"AXFR of domain '"<<target<<"' initiated by "<<q->getRemote()<<endl; 417 415 outpacket=shared_ptr<DNSPacket>(q->replyPacket());