removed invariant check that can get triggered in peer_connection::snub_peer
This commit is contained in:
parent
8fd33d65f1
commit
5bf38323c1
|
@ -1912,8 +1912,6 @@ namespace libtorrent
|
|||
|
||||
std::vector<int> const& peer_connection::allowed_fast()
|
||||
{
|
||||
INVARIANT_CHECK;
|
||||
|
||||
boost::shared_ptr<torrent> t = m_torrent.lock();
|
||||
TORRENT_ASSERT(t);
|
||||
|
||||
|
|
Loading…
Reference in New Issue