Changeset 148 for trunk/pdns/pdns/communicator.cc
- Timestamp:
- 02/10/03 12:09:09 (10 years ago)
- Files:
-
- 1 modified
-
trunk/pdns/pdns/communicator.cc (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/pdns/pdns/communicator.cc
r117 r148 76 76 } 77 77 for(Resolver::res_t::iterator i=recs.begin();i!=recs.end();++i) { 78 if((i->qname.size()-toLower(i->qname).rfind(toLower(domain)))!=domain.size()) { 78 if((i->qname.size()-toLower(i->qname).rfind(toLower(domain)))!=domain.size()) { // move this to endsOn FIXME XXX 79 79 L<<Logger::Error<<"Remote "<<remote<<" sneaked in out-of-zone data '"<<i->qname<<"' during AXFR of zone '"<<domain<<"'"<<endl; 80 80 di.backend->abortTransaction();