Changeset 1725 for tags/pdns-2-9-22-x/pdns/slavecommunicator.cc
- Timestamp:
- 10/07/10 20:11:11 (3 years ago)
- Files:
-
- 1 modified
-
tags/pdns-2-9-22-x/pdns/slavecommunicator.cc (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
tags/pdns-2-9-22-x/pdns/slavecommunicator.cc
r1672 r1725 172 172 domains_by_name_t& nameindex=boost::multi_index::get<IDTag>(d_suckdomains); 173 173 174 // remove unfresh domains already queued for AXFR, no sense polling them again174 175 175 BOOST_FOREACH(DomainInfo& di, rdomains) { 176 176 SuckRequest sr; 177 177 sr.domain=di.zone; 178 if(di.masters.empty()) // slave domains w/o masters are ignored 179 continue; 180 // remove unfresh domains already queued for AXFR, no sense polling them again 178 181 sr.master=*di.masters.begin(); 179 182 if(nameindex.count(sr))