diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/db/upnp/WorkQueue.hxx | 2 |
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; } }; |