mirror of
https://github.com/Icinga/icinga2.git
synced 2025-04-08 17:05:25 +02:00
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…
x
Reference in New Issue
Block a user