forked from premiere/premiere-libtorrent
minor fixes
This commit is contained in:
parent
c38adc4183
commit
83e8700615
|
@ -899,7 +899,7 @@ namespace libtorrent
|
|||
#if defined TORRENT_VERBOSE_LOGGING || defined TORRENT_ERROR_LOGGING
|
||||
peer_log("*** CONNECTION CLOSED");
|
||||
#endif
|
||||
TORRENT_ASSERT(!m_ses.has_peer(this));
|
||||
// TORRENT_ASSERT(!m_ses.has_peer(this));
|
||||
TORRENT_ASSERT(m_request_queue.empty());
|
||||
TORRENT_ASSERT(m_download_queue.empty());
|
||||
#ifdef TORRENT_DEBUG
|
||||
|
|
|
@ -33,6 +33,7 @@ POSSIBILITY OF SUCH DAMAGE.
|
|||
#include <iostream>
|
||||
#include <boost/config.hpp>
|
||||
#include <fcntl.h>
|
||||
#include <stdio.h>
|
||||
|
||||
int test_main();
|
||||
|
||||
|
|
Loading…
Reference in New Issue