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