possible end-game fix

This commit is contained in:
Arvid Norberg
2011-06-23 17:17:51 +00:00
parent a93d8f5ba3
commit d47f8a11dc

View File

@@ -1597,7 +1597,6 @@ namespace libtorrent
if (info.state != block_info::state_requested
|| info.peer == peer)
continue;
if (info.num_peers >= 2) continue;
temp.push_back(piece_block(i->index, j));
done = true;
}