*** empty log message ***

This commit is contained in:
Arvid Norberg
2005-03-05 14:17:17 +00:00
parent 999754ee23
commit a5c91f683a
6 changed files with 34 additions and 8 deletions

View File

@@ -404,6 +404,7 @@ namespace libtorrent { namespace detail
#ifndef NDEBUG
check_invariant("before abort");
#endif
purge_connections();
if (m_abort)
{
@@ -690,8 +691,6 @@ namespace libtorrent { namespace detail
req.listen_port = m_listen_interface.port;
req.key = m_key;
m_tracker_manager.queue_request(req, t.tracker_login());
t.disconnect_all();
purge_connections();
#ifndef NDEBUG
sha1_hash i_hash = t.torrent_file().info_hash();
#endif