upnp fix. suggested by Massaroddel

This commit is contained in:
Arvid Norberg 2007-05-08 17:46:32 +00:00
parent 4956639171
commit daa6534972
1 changed files with 0 additions and 5 deletions

View File

@ -250,11 +250,6 @@ void upnp::on_reply(asio::error_code const& e
using namespace libtorrent::detail;
if (e) return;
// since we're using udp, send the query 4 times
// just to make sure we find all devices
if (m_retry_count >= 4)
m_broadcast_timer.cancel();
// parse out the url for the device
/*