minor checking torrent fix
This commit is contained in:
parent
57c22bb214
commit
ce24a17308
|
@ -773,7 +773,7 @@ namespace libtorrent
|
||||||
}
|
}
|
||||||
m_error = j.str;
|
m_error = j.str;
|
||||||
pause();
|
pause();
|
||||||
m_ses.done_checking(shared_from_this());
|
if (!m_abort) m_ses.done_checking(shared_from_this());
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue