From b341b653cb5d9babeb94b4e88f4e7f7cee0fc903 Mon Sep 17 00:00:00 2001 From: Arvid Norberg Date: Fri, 17 Aug 2007 02:15:01 +0000 Subject: [PATCH] assertion fix --- src/torrent.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/torrent.cpp b/src/torrent.cpp index 9995f742e..7caacfb96 100755 --- a/src/torrent.cpp +++ b/src/torrent.cpp @@ -1398,7 +1398,7 @@ namespace libtorrent void torrent::remove_peer(peer_connection* p) try { - INVARIANT_CHECK; +// INVARIANT_CHECK; assert(p != 0);