mirror of
https://github.com/Icinga/icinga2.git
synced 2025-07-29 08:34:20 +02:00
parent
38aa231a2d
commit
3e5af43e4d
@ -141,12 +141,9 @@ Dictionary::Ptr ConfigItem::GetProperties(void)
|
|||||||
{
|
{
|
||||||
ASSERT(OwnsLock());
|
ASSERT(OwnsLock());
|
||||||
|
|
||||||
if (!m_Properties) {
|
Dictionary::Ptr properties = make_shared<Dictionary>();
|
||||||
m_Properties = make_shared<Dictionary>();
|
GetLinkedExpressionList()->Execute(properties);
|
||||||
GetLinkedExpressionList()->Execute(m_Properties);
|
return properties;
|
||||||
}
|
|
||||||
|
|
||||||
return m_Properties;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
@ -78,7 +78,6 @@ private:
|
|||||||
DebugInfo m_DebugInfo; /**< Debug information. */
|
DebugInfo m_DebugInfo; /**< Debug information. */
|
||||||
|
|
||||||
ExpressionList::Ptr m_LinkedExpressionList;
|
ExpressionList::Ptr m_LinkedExpressionList;
|
||||||
Dictionary::Ptr m_Properties;
|
|
||||||
|
|
||||||
DynamicObject::Ptr m_Object;
|
DynamicObject::Ptr m_Object;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user