added invariant check in on_piece_checked to narrow down #472
This commit is contained in:
@@ -906,6 +906,8 @@ namespace libtorrent
|
||||
{
|
||||
session_impl::mutex_t::scoped_lock l(m_ses.m_mutex);
|
||||
|
||||
INVARIANT_CHECK;
|
||||
|
||||
if (ret == piece_manager::disk_check_aborted)
|
||||
{
|
||||
return;
|
||||
|
Reference in New Issue
Block a user