removed incorrect assert hit when rebinding the dht service port

This commit is contained in:
Arvid Norberg 2006-10-24 11:52:30 +00:00
parent 333366f1f3
commit 340d8a1cbc
1 changed files with 0 additions and 1 deletions

View File

@ -239,7 +239,6 @@ namespace libtorrent { namespace dht
m_socket.close();
m_socket.open(asio::ip::udp::v4());
m_socket.bind(udp::endpoint(listen_interface, listen_port));
assert(m_settings.service_port == listen_port);
}
void dht_tracker::tick(asio::error const& e)