diff options
Diffstat (limited to 'src/db/upnp/Discovery.cxx')
-rw-r--r-- | src/db/upnp/Discovery.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/db/upnp/Discovery.cxx b/src/db/upnp/Discovery.cxx index 9d2b8dbd0..89f01df2a 100644 --- a/src/db/upnp/Discovery.cxx +++ b/src/db/upnp/Discovery.cxx @@ -109,7 +109,7 @@ discoExplorer(void *) { for (;;) { DiscoveredTask *tsk = 0; - if (!discoveredQueue.take(&tsk)) { + if (!discoveredQueue.take(tsk)) { discoveredQueue.workerExit(); return (void*)1; } |