forked from premiere/premiere-libtorrent
fixed bug in latest upnp change
This commit is contained in:
parent
983f4bc02e
commit
328f335a4d
|
@ -209,6 +209,7 @@ void upnp::resend_request(asio::error_code const& e)
|
||||||
&& (m_devices.empty() || m_retry_count < 4))
|
&& (m_devices.empty() || m_retry_count < 4))
|
||||||
{
|
{
|
||||||
discover_device();
|
discover_device();
|
||||||
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
if (m_devices.empty())
|
if (m_devices.empty())
|
||||||
|
|
Loading…
Reference in New Issue