Changeset 1543 for trunk/pdns/pdns/packethandler.cc
- Timestamp:
- 03/15/10 22:38:31 (3 years ago)
- Files:
-
- 1 modified
-
trunk/pdns/pdns/packethandler.cc (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/pdns/pdns/packethandler.cc
r1542 r1543 654 654 655 655 int mret; 656 656 657 retargeted:; 657 658 if(retargetcount++>10) { … … 663 664 DLOG(L<<Logger::Warning<<"MakeCanonic returned "<<mret<<endl); 664 665 665 if(mret==2 ) { // there is some data, but not of the correct type666 if(mret==2 && retargetcount==1) { // there is some data, but not of the correct type 666 667 r->clearRecords(); 667 668 }