fixed typo

This commit is contained in:
Arvid Norberg 2011-03-27 08:05:57 +00:00
parent a0ceaed11d
commit 311f7f0e57
1 changed files with 1 additions and 1 deletions

View File

@ -4896,8 +4896,8 @@ namespace libtorrent
|| peerinfo->is_i2p_addr
#endif
);
#endif
}
#endif
TORRENT_ASSERT(want_more_peers() || ignore_limit);
TORRENT_ASSERT(m_ses.num_connections() < m_ses.settings().connections_limit || ignore_limit);