mirror of
https://github.com/Icinga/icinga2.git
synced 2025-04-08 17:05:25 +02:00
Add missing base class call for ScheduledDowntime::ValidateRanges()
fixes #5146
This commit is contained in:
parent
6b5f3363d9
commit
c32badaff5
@ -199,6 +199,8 @@ void ScheduledDowntime::CreateNextDowntime(void)
|
||||
|
||||
void ScheduledDowntime::ValidateRanges(const Dictionary::Ptr& value, const ValidationUtils& utils)
|
||||
{
|
||||
ObjectImpl<ScheduledDowntime>::ValidateRanges(value, utils);
|
||||
|
||||
if (!value)
|
||||
return;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user