*** empty log message ***

This commit is contained in:
Arvid Norberg
2004-02-29 21:33:17 +00:00
parent 567fd8112f
commit 3108cd0182
5 changed files with 16 additions and 8 deletions

View File

@@ -388,7 +388,6 @@ namespace libtorrent { namespace detail
// if nothing happens within 500000 microseconds (0.5 seconds)
// do the loop anyway to check if anything else has changed
// << "sleeping\n";
m_selector.wait(500000, readable_clients, writable_clients, error_clients);
#ifndef NDEBUG
@@ -402,7 +401,6 @@ namespace libtorrent { namespace detail
#endif
boost::mutex::scoped_lock l(m_mutex);
// +1 for the listen socket
assert(m_selector.count_read_monitors() == (int)m_connections.size() + (bool)m_listen_socket);
if (m_abort)
@@ -662,6 +660,7 @@ namespace libtorrent { namespace detail
m_tracker_manager.queue_request(
i->second->generate_tracker_request(m_listen_interface.port));
i->second->disconnect_all();
purge_connections();
#ifndef NDEBUG
sha1_hash i_hash = i->second->torrent_file().info_hash();
#endif