minor checking torrent fix

This commit is contained in:
Arvid Norberg 2008-11-18 11:03:19 +00:00
parent 57c22bb214
commit ce24a17308
1 changed files with 1 additions and 1 deletions

View File

@ -773,7 +773,7 @@ namespace libtorrent
}
m_error = j.str;
pause();
m_ses.done_checking(shared_from_this());
if (!m_abort) m_ses.done_checking(shared_from_this());
return;
}