forked from premiere/premiere-libtorrent
policy invariant check update
This commit is contained in:
parent
96f6de9d10
commit
507b812ae8
|
@ -1271,6 +1271,8 @@ namespace libtorrent
|
|||
{
|
||||
continue;
|
||||
}
|
||||
TORRENT_ASSERT(p.prev_amount_upload == 0);
|
||||
TORRENT_ASSERT(p.prev_amount_download == 0);
|
||||
if (p.optimistically_unchoked)
|
||||
{
|
||||
TORRENT_ASSERT(p.connection);
|
||||
|
|
Loading…
Reference in New Issue