mirror of
https://github.com/Icinga/icinga2.git
synced 2025-07-27 15:44:11 +02:00
parent
c7602a0f34
commit
1beef64dc4
@ -107,6 +107,9 @@ void Checkable::ProcessCheckResult(const CheckResult::Ptr& cr, const MessageOrig
|
|||||||
m_CheckRunning = false;
|
m_CheckRunning = false;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
if (!cr)
|
||||||
|
return;
|
||||||
|
|
||||||
double now = Utility::GetTime();
|
double now = Utility::GetTime();
|
||||||
|
|
||||||
if (cr->GetScheduleStart() == 0)
|
if (cr->GetScheduleStart() == 0)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user