fix the previous fix

This commit is contained in:
Arvid Norberg 2012-04-09 03:10:48 +00:00
parent 8e93d59b2c
commit 816e56cc01
1 changed files with 0 additions and 1 deletions

View File

@ -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;
}