forked from premiere/premiere-libtorrent
another dht routing table fix
This commit is contained in:
parent
d25d8d40fe
commit
c1ea06f373
|
@ -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);
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue