*** empty log message ***

This commit is contained in:
Arvid Norberg
2004-01-04 05:53:01 +00:00
parent 7b977476ee
commit 01d04c159a

View File

@@ -957,6 +957,7 @@ namespace libtorrent
{
assert(!m_socket->is_blocking());
assert(m_packet_size > 0);
assert(m_socket->is_readable());
for(;;)
{
assert(m_packet_size > 0);
@@ -1422,4 +1423,4 @@ namespace libtorrent
send_buffer_updated();
}
}
}
}