remove invalid assert in session_impl::listen_on
This commit is contained in:
@@ -4485,10 +4485,7 @@ namespace aux {
|
||||
// don't do anything
|
||||
if (new_interface == m_listen_interface
|
||||
&& !m_listen_sockets.empty())
|
||||
{
|
||||
TORRENT_ASSERT(ec);
|
||||
return;
|
||||
}
|
||||
|
||||
m_listen_interface = new_interface;
|
||||
|
||||
|
Reference in New Issue
Block a user