mirror of https://github.com/Icinga/icinga2.git
parent
c2f85b600f
commit
657b3c6a1a
|
@ -127,8 +127,6 @@ double Checkable::GetNextCheck(void)
|
|||
|
||||
void Checkable::UpdateNextCheck(void)
|
||||
{
|
||||
ObjectLock olock(this);
|
||||
|
||||
double interval;
|
||||
|
||||
if (GetStateType() == StateTypeSoft && GetLastCheckResult() != NULL)
|
||||
|
|
Loading…
Reference in New Issue