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