tests don't need the default session features turned on

This commit is contained in:
Arvid Norberg
2008-12-20 23:06:06 +00:00
parent 5f74c1e754
commit 16bfde875d
11 changed files with 27 additions and 26 deletions

View File

@@ -188,6 +188,7 @@ namespace aux {
, m_total_failed_bytes(0)
, m_total_redundant_bytes(0)
{
TORRENT_ASSERT(listen_interface);
error_code ec;
m_listen_interface = tcp::endpoint(address::from_string(listen_interface, ec), listen_port_range.first);
TORRENT_ASSERT(!ec);