Show
Ignore:
Timestamp:
02/10/03 12:09:09 (10 years ago)
Author:
ahu
Message:

prevent crashes
add ldap backend

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/pdns/pdns/communicator.cc

    r117 r148  
    7676      } 
    7777      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 
    7979          L<<Logger::Error<<"Remote "<<remote<<" sneaked in out-of-zone data '"<<i->qname<<"' during AXFR of zone '"<<domain<<"'"<<endl; 
    8080          di.backend->abortTransaction();