fixed add_piece()
This commit is contained in:
parent
53ef3dfb22
commit
fc310ffde1
|
@ -600,6 +600,8 @@ namespace libtorrent
|
||||||
picker().mark_as_downloading(block, 0, piece_picker::fast);
|
picker().mark_as_downloading(block, 0, piece_picker::fast);
|
||||||
picker().mark_as_writing(block, 0);
|
picker().mark_as_writing(block, 0);
|
||||||
}
|
}
|
||||||
|
async_verify_piece(piece, bind(&torrent::piece_finished
|
||||||
|
, shared_from_this(), piece, _1));
|
||||||
picker().dec_refcount(piece);
|
picker().dec_refcount(piece);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue