forked from premiere/premiere-libtorrent
bandwidth limiter assertion fix
This commit is contained in:
parent
e5072b80f5
commit
f3f90c1a0f
|
@ -270,6 +270,8 @@ private:
|
|||
|
||||
mutex_t::scoped_lock l(m_mutex);
|
||||
INVARIANT_CHECK;
|
||||
if (m_abort) return;
|
||||
|
||||
TORRENT_ASSERT(!m_history.empty());
|
||||
|
||||
ptime now(time_now());
|
||||
|
|
Loading…
Reference in New Issue