fix some compiler warnings
This commit is contained in:
@@ -756,7 +756,7 @@ namespace libtorrent
|
||||
|
||||
// peer id
|
||||
memcpy(ptr, &m_ses.get_peer_id()[0], 20);
|
||||
ptr += 20;
|
||||
// ptr += 20;
|
||||
|
||||
#ifdef TORRENT_VERBOSE_LOGGING
|
||||
peer_log("==> HANDSHAKE [ ih: %s ]", to_hex(ih.to_string()).c_str());
|
||||
|
Reference in New Issue
Block a user