diff --git a/src/bt_peer_connection.cpp b/src/bt_peer_connection.cpp index f15dcaf04..5b63f26cd 100755 --- a/src/bt_peer_connection.cpp +++ b/src/bt_peer_connection.cpp @@ -1262,7 +1262,7 @@ namespace libtorrent (*m_logger) << time_now_string() << " ==> EXTENSIONS\n"; #endif assert(m_supports_extensions); - assert(m_sent_handshake && m_sent_bitfield); + assert(m_sent_handshake); entry handshake(entry::dictionary_t); entry extension_list(entry::dictionary_t);