mirror of
https://github.com/Icinga/icinga2.git
synced 2025-07-23 21:55:03 +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)
|
void ScheduledDowntime::ValidateRanges(const Dictionary::Ptr& value, const ValidationUtils& utils)
|
||||||
{
|
{
|
||||||
|
ObjectImpl<ScheduledDowntime>::ValidateRanges(value, utils);
|
||||||
|
|
||||||
if (!value)
|
if (!value)
|
||||||
return;
|
return;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user