removed stray space

This commit is contained in:
Arvid Norberg 2008-01-14 17:25:08 +00:00
parent b19bf337bf
commit 97511f2819
2 changed files with 3 additions and 2 deletions

View File

@ -121,6 +121,7 @@ rpc_manager::rpc_manager(fun const& f, node_id const& our_id
rpc_manager::~rpc_manager()
{
TORRENT_ASSERT(!m_destructing);
m_destructing = true;
#ifdef TORRENT_DHT_VERBOSE_LOGGING
TORRENT_LOG(rpc) << "Destructing";