lt sync 2203
This commit is contained in:
parent
19dcc3e09b
commit
6d9cfbabd9
|
@ -420,7 +420,7 @@ namespace libtorrent
|
||||||
|
|
||||||
m_state = torrent_status::queued_for_checking;
|
m_state = torrent_status::queued_for_checking;
|
||||||
|
|
||||||
read_resume_data(m_resume_data);
|
if (m_resume_data.type() == entry::dictionary_t) read_resume_data(m_resume_data);
|
||||||
|
|
||||||
m_storage->async_check_fastresume(&m_resume_data
|
m_storage->async_check_fastresume(&m_resume_data
|
||||||
, bind(&torrent::on_resume_data_checked
|
, bind(&torrent::on_resume_data_checked
|
||||||
|
|
Loading…
Reference in New Issue