mirror of
https://github.com/pocoproject/poco.git
synced 2025-01-19 00:46:03 +01:00
- fixed SF# 1916763: Bug in Activity?
This commit is contained in:
parent
57762a2cfc
commit
3bc63ca732
@ -124,7 +124,7 @@ public:
|
||||
{
|
||||
FastMutex::ScopedLock lock(_mutex);
|
||||
|
||||
if (_stopped)
|
||||
if (!_running)
|
||||
{
|
||||
_done.reset();
|
||||
_stopped = false;
|
||||
|
Loading…
x
Reference in New Issue
Block a user