diff --git a/lib/icinga/timeperiod.cpp b/lib/icinga/timeperiod.cpp index 25e803dee..f5d73f5ac 100644 --- a/lib/icinga/timeperiod.cpp +++ b/lib/icinga/timeperiod.cpp @@ -264,10 +264,6 @@ void TimePeriod::UpdateTimerHandler(void) double now = Utility::GetTime(); BOOST_FOREACH(const TimePeriod::Ptr& tp, DynamicType::GetObjects()) { - /* Only update time periods that have been defined on this node. */ - if (!ConfigItem::GetObject("TimePeriod", tp->GetName())) - continue; - double valid_end; {