fixed bug in latest upnp change

This commit is contained in:
Arvid Norberg 2007-05-04 17:39:44 +00:00
parent 983f4bc02e
commit 328f335a4d
1 changed files with 1 additions and 0 deletions

View File

@ -209,6 +209,7 @@ void upnp::resend_request(asio::error_code const& e)
&& (m_devices.empty() || m_retry_count < 4))
{
discover_device();
return;
}
if (m_devices.empty())