aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/db/upnp/WorkQueue.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/db/upnp/WorkQueue.hxx b/src/db/upnp/WorkQueue.hxx
index c1098d12f..7dcf08c1f 100644
--- a/src/db/upnp/WorkQueue.hxx
+++ b/src/db/upnp/WorkQueue.hxx
@@ -227,7 +227,7 @@ public:
private:
bool IsOK()
{
- return ok && n_workers_exited == 0 && n_threads > 0;
+ return ok && n_threads > 0;
}
};