From ea965431bf96882a83fa77ab231313ec6ec6564f Mon Sep 17 00:00:00 2001 From: Arvid Norberg Date: Sat, 26 May 2007 19:28:38 +0000 Subject: [PATCH] fixed typo --- src/torrent.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/torrent.cpp b/src/torrent.cpp index e64dba39d..b3df478fd 100755 --- a/src/torrent.cpp +++ b/src/torrent.cpp @@ -903,8 +903,8 @@ namespace libtorrent , end(peers.end()); i != end; ++i) { peer_iterator p = m_connections.find(*i); - peer_connection& peer = *p->second; if (p == m_connections.end()) continue; + peer_connection& peer = *p->second; peer.received_invalid_data(index); // either, we have received too many failed hashes