From fa61a1eada7db10efcbee506e117950d35029173 Mon Sep 17 00:00:00 2001 From: Arvid Norberg Date: Sat, 14 May 2011 03:03:11 +0000 Subject: [PATCH] fixed typo in logic that connects web seeds --- src/torrent.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/torrent.cpp b/src/torrent.cpp index e3b8978b4..dc44ab53d 100644 --- a/src/torrent.cpp +++ b/src/torrent.cpp @@ -6637,8 +6637,6 @@ namespace libtorrent if (!is_finished() && !m_web_seeds.empty() && m_files_checked && int(m_connections.size()) < m_max_connections && m_ses.num_connections() < m_ses.settings().connections_limit) - return; - { // keep trying web-seeds if there are any // first find out which web seeds we are connected to