From 816e56cc0168e9d309b4acdd67a28be5c725a682 Mon Sep 17 00:00:00 2001 From: Arvid Norberg Date: Mon, 9 Apr 2012 03:10:48 +0000 Subject: [PATCH] fix the previous fix --- src/policy.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/src/policy.cpp b/src/policy.cpp index 98d12dfd1..e8abe38f7 100644 --- a/src/policy.cpp +++ b/src/policy.cpp @@ -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; }