tags 694620 + patch thanks Hallo,
> sure: /srv/home/users/intrigeri/apt-cacher-ng.xz Here is a little patch, would you like to test it? Regards, Eduard.
Index: source/fileitem.cc =================================================================== --- source/fileitem.cc (Revision 4012) +++ source/fileitem.cc (Arbeitskopie) @@ -781,7 +781,7 @@ if (it->second.second.get()->m_nTimeDlDone < extime) { // try to find its sibling which is in good state? - for (; it->first == p->m_sPathRel; ++it) + for (; it!=mapItems.end() && it->first == p->m_sPathRel; ++it) { if (it->second.second.get()->m_nTimeDlDone >= extime) {