fixed typo in logic that connects web seeds

This commit is contained in:
Arvid Norberg 2011-05-14 03:03:11 +00:00
parent e946ba654f
commit fa61a1eada
1 changed files with 0 additions and 2 deletions

View File

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