From 25d38ff1fc838b4b7ed21c3a1f691b97d506fea7 Mon Sep 17 00:00:00 2001 From: Arvid Norberg Date: Tue, 8 May 2007 23:22:57 +0000 Subject: [PATCH] fixed typo --- src/upnp.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/upnp.cpp b/src/upnp.cpp index 6ebea5129..208a9f654 100644 --- a/src/upnp.cpp +++ b/src/upnp.cpp @@ -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();