merged fix from RC_0_16

This commit is contained in:
Arvid Norberg 2013-01-15 05:33:24 +00:00
parent 903efa1a9f
commit 7f4ca24f8b
2 changed files with 3 additions and 0 deletions

View File

@ -904,6 +904,8 @@ namespace libtorrent
// || (iter != m_peers.end() && c.remote().address() < (*iter)->address())
// || (iter != m_peers.end() && iter != m_peers.begin() && (*(iter-1))->address() < c.remote().address()));
aux::session_impl& ses = m_torrent->session();
if (found)
{
i = *iter;

View File

@ -51,6 +51,7 @@ test_bdecode_performance_SOURCES = test_bdecode_performance.cpp
test_dht_SOURCES = test_dht.cpp
test_bencoding_SOURCES = test_bencoding.cpp
test_buffer_SOURCES = test_buffer.cpp
test_checking_SOURCES = test_checking.cpp
test_fast_extension_SOURCES = test_fast_extension.cpp
test_hasher_SOURCES = test_hasher.cpp
test_http_connection_SOURCES = test_http_connection.cpp