mirror of
https://git.deluge-torrent.org/deluge
synced 2025-04-20 19:44:52 +00:00
fix lt bug #136
This commit is contained in:
parent
cd7427f54d
commit
d36298f2cf
1 changed files with 1 additions and 0 deletions
|
@ -1480,6 +1480,7 @@ namespace libtorrent
|
|||
|
||||
assert(!m_have_piece.empty());
|
||||
std::fill(m_have_piece.begin(), m_have_piece.end(), true);
|
||||
m_num_pieces = m_have_piece.size();
|
||||
|
||||
t->peer_has_all();
|
||||
if (!t->is_finished())
|
||||
|
|
Loading…
Add table
Reference in a new issue