*** empty log message ***

This commit is contained in:
Arvid Norberg
2005-07-04 16:27:14 +00:00
parent 6f698e98a5
commit aa57fde0db
3 changed files with 52 additions and 64 deletions

View File

@@ -500,8 +500,7 @@ namespace libtorrent { namespace detail
// let the readable clients receive data
for (std::vector<boost::shared_ptr<socket> >::iterator i = readable_clients.begin();
i != readable_clients.end();
++i)
i != readable_clients.end(); ++i)
{
// special case for m_listen_socket socket
if (*i == m_listen_socket)