From dfda3c9a955983228e8e425f1495ff4619e70965 Mon Sep 17 00:00:00 2001 From: Arvid Norberg Date: Fri, 28 Oct 2011 22:56:23 +0000 Subject: [PATCH] another channel state fix --- src/peer_connection.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/src/peer_connection.cpp b/src/peer_connection.cpp index 9a2ec73e1..3cf07c5d9 100644 --- a/src/peer_connection.cpp +++ b/src/peer_connection.cpp @@ -4528,7 +4528,6 @@ namespace libtorrent // peers that we are not interested in are non-prioritized TORRENT_ASSERT((m_channel_state[upload_channel] & peer_info::bw_limit) == 0); - m_channel_state[upload_channel] |= peer_info::bw_limit; #ifdef TORRENT_VERBOSE_LOGGING peer_log(">>> REQUEST_BANDWIDTH [ upload: %d prio: %d " "channels: %p %p %p %p limits: %d %d %d %d ignore: %d ]"