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