mirror of
https://github.com/Icinga/icinga2.git
synced 2025-04-08 17:05:25 +02:00
Make sure WorkQueue::m_Executing is initialized.
This commit is contained in:
parent
ee14e6dda7
commit
1e4d38725b
@ -24,7 +24,7 @@
|
||||
using namespace icinga;
|
||||
|
||||
WorkQueue::WorkQueue(size_t maxItems)
|
||||
: m_MaxItems(maxItems)
|
||||
: m_MaxItems(maxItems), m_Executing(false)
|
||||
{ }
|
||||
|
||||
WorkQueue::~WorkQueue(void)
|
||||
|
Loading…
x
Reference in New Issue
Block a user