mirror of https://github.com/Icinga/icinga2.git
parent
53f5a603ce
commit
82b6ef4301
|
@ -345,6 +345,9 @@ void TimePeriod::UpdateTimerHandler(void)
|
|||
double now = Utility::GetTime();
|
||||
|
||||
BOOST_FOREACH(const TimePeriod::Ptr& tp, ConfigType::GetObjectsByType<TimePeriod>()) {
|
||||
if (!tp->IsActive())
|
||||
continue;
|
||||
|
||||
double valid_end;
|
||||
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue