assertion fix
This commit is contained in:
parent
844c5fa695
commit
b341b653cb
|
@ -1398,7 +1398,7 @@ namespace libtorrent
|
|||
|
||||
void torrent::remove_peer(peer_connection* p) try
|
||||
{
|
||||
INVARIANT_CHECK;
|
||||
// INVARIANT_CHECK;
|
||||
|
||||
assert(p != 0);
|
||||
|
||||
|
|
Loading…
Reference in New Issue