summaryrefslogtreecommitdiff
path: root/src/lib/upnp/Discovery.cxx
diff options
context:
space:
mode:
authorMax Kellermann <max@musicpd.org>2016-12-28 22:05:31 +0100
committerMax Kellermann <max@musicpd.org>2016-12-28 22:05:31 +0100
commit4e60ab7f53d544aec092d24e21e4c39b73218724 (patch)
tree5e52de2ca41ececa4159d16b273feef876066b4e /src/lib/upnp/Discovery.cxx
parent71e7d32b081aeb049258ab5f8a4752b68b5a39ae (diff)
lib/upnp/Discovery: use C++11 initializers
Diffstat (limited to 'src/lib/upnp/Discovery.cxx')
-rw-r--r--src/lib/upnp/Discovery.cxx3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/lib/upnp/Discovery.cxx b/src/lib/upnp/Discovery.cxx
index 139eb6f36..3821e6d0d 100644
--- a/src/lib/upnp/Discovery.cxx
+++ b/src/lib/upnp/Discovery.cxx
@@ -230,8 +230,7 @@ UPnPDeviceDirectory::UPnPDeviceDirectory(UpnpClient_Handle _handle,
UPnPDiscoveryListener *_listener)
:handle(_handle),
listener(_listener),
- queue("DiscoveredQueue"),
- search_timeout(2), last_search(0)
+ queue("DiscoveredQueue")
{
}