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