*** empty log message ***

This commit is contained in:
Arvid Norberg 2004-02-29 13:11:44 +00:00
parent d11d3fc164
commit c035bb11f8
1 changed files with 0 additions and 1 deletions

View File

@ -1443,7 +1443,6 @@ namespace libtorrent
// yes, we found the torrent
// reply with our handshake
std::copy(m_recv_buffer.begin()+28, m_recv_buffer.begin() + 48, (char*)m_peer_id.begin());
send_handshake();
send_bitfield();
}