*** empty log message ***

This commit is contained in:
Arvid Norberg 2003-11-11 01:26:04 +00:00
parent 3d385dde33
commit 7b9b17f577
1 changed files with 1 additions and 1 deletions

View File

@ -376,8 +376,8 @@ namespace libtorrent
}
else
{
++i;
assert(std::find(m_connections.begin(), m_connections.end(), boost::get_pointer(i->second)) == m_connections.end());
++i;
}
}
assert(m_connections.empty());