another dht routing table fix

This commit is contained in:
Arvid Norberg 2010-01-09 17:49:33 +00:00
parent d25d8d40fe
commit c1ea06f373
1 changed files with 1 additions and 0 deletions

View File

@ -629,6 +629,7 @@ void routing_table::find_node(node_id const& target
copy_if_n(b.begin(), b.end(), std::back_inserter(l)
, to_copy, bind(&node_entry::confirmed, _1));
}
++j;
}
while (j != m_buckets.begin() && l.size() < count);
}