mirror of
https://github.com/Icinga/icinga2.git
synced 2025-07-27 07:34:15 +02:00
parent
f391a32487
commit
f3c085df44
@ -320,7 +320,7 @@ bool Process::DoEvents(void)
|
|||||||
m_Result.Output = output;
|
m_Result.Output = output;
|
||||||
|
|
||||||
if (m_Callback)
|
if (m_Callback)
|
||||||
m_Callback(m_Result);
|
Utility::QueueAsyncCallback(boost::bind(m_Callback, m_Result));
|
||||||
|
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user