remove invalid assert in session_impl::listen_on

This commit is contained in:
Arvid Norberg 2011-09-22 21:30:46 +00:00
parent 8c23b0e3ce
commit bf4ba45bf3
1 changed files with 0 additions and 3 deletions

View File

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