fixed incorrect assert

This commit is contained in:
Arvid Norberg 2007-07-10 18:55:14 +00:00
parent 9bdf2a9c8d
commit 430534bf3f
1 changed files with 1 additions and 1 deletions

View File

@ -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);