fix the previous fix
This commit is contained in:
parent
8e93d59b2c
commit
816e56cc01
|
@ -695,7 +695,6 @@ namespace libtorrent
|
|||
{
|
||||
if (erase_candidate > current) --erase_candidate;
|
||||
if (candidate > current) --candidate;
|
||||
--m_round_robin;
|
||||
erase_peer(m_peers.begin() + current);
|
||||
continue;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue