forked from premiere/premiere-libtorrent
*** empty log message ***
This commit is contained in:
parent
7814b03370
commit
6793c0a21d
|
@ -1145,7 +1145,7 @@ namespace libtorrent
|
||||||
|
|
||||||
void policy::check_invariant() const
|
void policy::check_invariant() const
|
||||||
{
|
{
|
||||||
assert(m_torrent->m_uploads_quota.given >= 2);
|
// assert(m_torrent->m_uploads_quota.given >= 2);
|
||||||
int actual_unchoked = 0;
|
int actual_unchoked = 0;
|
||||||
for (std::vector<peer>::const_iterator i = m_peers.begin();
|
for (std::vector<peer>::const_iterator i = m_peers.begin();
|
||||||
i != m_peers.end(); ++i)
|
i != m_peers.end(); ++i)
|
||||||
|
|
Loading…
Reference in New Issue