fixed typo

This commit is contained in:
Arvid Norberg 2007-05-08 23:22:57 +00:00
parent 2b18189ef8
commit 25d38ff1fc
1 changed files with 1 additions and 1 deletions

View File

@ -364,7 +364,7 @@ void upnp::on_reply(asio::error_code const& e
// since we're using udp, send the query 4 times
// just to make sure we find all devices
if (m_retry_count >= 4 && !devices.empty())
if (m_retry_count >= 4 && !m_devices.empty())
{
m_broadcast_timer.cancel();