mirror of
https://github.com/Icinga/icinga2.git
synced 2026-06-12 10:10:15 -04:00
parent
4f28f0f070
commit
ee07cc9d06
1 changed files with 1 additions and 1 deletions
|
|
@ -49,7 +49,7 @@ void WorkQueue::Enqueue(const WorkCallback& item)
|
|||
{
|
||||
boost::mutex::scoped_lock lock(m_Mutex);
|
||||
|
||||
ASSERT(m_Stopped);
|
||||
ASSERT(!m_Stopped);
|
||||
|
||||
while (m_Items.size() >= m_MaxItems)
|
||||
m_CV.wait(lock);
|
||||
|
|
|
|||
Loading…
Reference in a new issue