Changeset 992
- Timestamp:
- 03/25/07 15:53:25 (2 years ago)
- Files:
-
- trunk/pdns/pdns/packethandler.cc (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/pdns/pdns/packethandler.cc
r983 r992 829 829 830 830 while(B.get(rr)) { 831 if(!found) 831 if(target==p->qdomain && !found) { // don't strip data if we've been retargeted! 832 DLOG(L<<Logger::Warning<<"Clearing records - we've discovered we are auth (see cs 947)"<<endl); 832 833 r->clearRecords(); // we need to start out with an empty slate 834 } 833 835 found=true; 834 836 rr.d_place=DNSResourceRecord::AUTHORITY; // this for the authority section