mirror of https://github.com/Icinga/icinga2.git
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…
Reference in New Issue