mirror of
https://github.com/Icinga/icinga2.git
synced 2025-07-24 22:24:44 +02:00
parent
cb6a4f1c76
commit
76444027e9
@ -259,7 +259,7 @@ ConfigItem::Ptr ConfigItem::GetObject(const String& type, const String& name)
|
||||
|
||||
void ConfigItem::ValidateItem(void)
|
||||
{
|
||||
if (m_Validated)
|
||||
if (m_Validated || IsAbstract())
|
||||
return;
|
||||
|
||||
ConfigType::Ptr ctype = ConfigType::GetByName(GetType());
|
||||
|
Loading…
x
Reference in New Issue
Block a user