mirror of https://github.com/Icinga/icinga2.git
Build fix.
This commit is contained in:
parent
8fa711082c
commit
76001c70e3
|
@ -26,7 +26,7 @@ void Process::Run(const boost::function<void (const ProcessResult&)>& callback)
|
|||
{
|
||||
// TODO: implement
|
||||
ProcessResult;
|
||||
callback(pr);
|
||||
callback();
|
||||
}
|
||||
|
||||
#endif /* _WIN32 */
|
||||
|
|
Loading…
Reference in New Issue