From 0ed48a6cd8f53af596517f80fa0a374b9110b34f Mon Sep 17 00:00:00 2001 From: Andrew Resch Date: Tue, 12 Aug 2008 10:16:00 +0000 Subject: [PATCH] lt sync 2599 --- libtorrent/src/peer_connection.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/libtorrent/src/peer_connection.cpp b/libtorrent/src/peer_connection.cpp index 90cedf5b7..95dda99f9 100755 --- a/libtorrent/src/peer_connection.cpp +++ b/libtorrent/src/peer_connection.cpp @@ -1220,7 +1220,6 @@ namespace libtorrent t->get_policy().peer_is_interesting(*this); disconnect_if_redundant(); - if (is_disconnecting()) return; return; }