*** empty log message ***

This commit is contained in:
Arvid Norberg 2005-05-11 23:08:42 +00:00
parent 7814b03370
commit 6793c0a21d
1 changed files with 1 additions and 1 deletions

View File

@ -1145,7 +1145,7 @@ namespace libtorrent
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;
for (std::vector<peer>::const_iterator i = m_peers.begin();
i != m_peers.end(); ++i)