mirror of
https://github.com/pocoproject/poco.git
synced 2025-10-27 11:06:50 +01: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