Changeset 1048 for trunk/pdns/pdns/communicator.cc
- Timestamp:
- 05/12/07 12:22:50 (3 years ago)
- Files:
-
- 1 modified
-
trunk/pdns/pdns/communicator.cc (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/pdns/pdns/communicator.cc
r1018 r1048 84 84 for(Resolver::res_t::iterator i=recs.begin();i!=recs.end();++i) { 85 85 if(!endsOn(i->qname, domain)) { 86 L<<Logger::Error<<"Remote "<<remote<<" sneaked in out-of-zone data '"<<i->qname<<"' during AXFR of zone '"<<domain<<"'"<<endl; 87 di.backend->abortTransaction(); 88 return; 86 L<<Logger::Error<<"Remote "<<remote<<" tried to sneak in out-of-zone data '"<<i->qname<<"' during AXFR of zone '"<<domain<<"', ignoring"<<endl; 87 continue; 89 88 } 90 89 i->domain_id=domain_id;