mirror of
https://github.com/pocoproject/poco.git
synced 2025-10-16 18:56:52 +02:00
- fixed SF# 1916763: Bug in Activity?
This commit is contained in:
@@ -124,7 +124,7 @@ public:
|
||||
{
|
||||
FastMutex::ScopedLock lock(_mutex);
|
||||
|
||||
if (_stopped)
|
||||
if (!_running)
|
||||
{
|
||||
_done.reset();
|
||||
_stopped = false;
|
||||
|
Reference in New Issue
Block a user