mirror of https://github.com/Icinga/icinga2.git
Build fix for Windows
This commit is contained in:
parent
15358c6e95
commit
a9732c21e6
|
@ -142,7 +142,7 @@ static void FillCheckResult(const CheckResult::Ptr& cr, variant_t vtResult)
|
||||||
vtResult,
|
vtResult,
|
||||||
psa);
|
psa);
|
||||||
SafeArrayDestroy(psa);
|
SafeArrayDestroy(psa);
|
||||||
cr->SetPerformanceData(static_cast<const char *>(sPerformanceData));
|
cr->SetPerformanceData(PluginUtility::SplitPerfdata(static_cast<const char *>(sPerformanceData)));
|
||||||
}
|
}
|
||||||
|
|
||||||
void ClrCheckTask::ScriptFunc(const Checkable::Ptr& checkable, const CheckResult::Ptr& cr)
|
void ClrCheckTask::ScriptFunc(const Checkable::Ptr& checkable, const CheckResult::Ptr& cr)
|
||||||
|
|
Loading…
Reference in New Issue