fix post_torrent_update issue for checking torrents

This commit is contained in:
Arvid Norberg 2011-12-25 12:16:04 +00:00
parent 91b5fde1e2
commit fcab6a257f
1 changed files with 2 additions and 0 deletions

View File

@ -2082,6 +2082,8 @@ ctx->set_verify_callback(verify_function, ec);
TORRENT_ASSERT(m_ses.is_network_thread());
INVARIANT_CHECK;
state_updated();
if (ret == piece_manager::disk_check_aborted)
{
dequeue_torrent_check();