mirror of
https://github.com/Icinga/icinga2.git
synced 2026-05-28 04:12:13 -04:00
parent
18d317faf9
commit
32b0429904
1 changed files with 1 additions and 1 deletions
|
|
@ -94,7 +94,7 @@ ConfigItem::Ptr ConfigItemBuilder::Compile(void)
|
|||
templateArray->Add(m_Name);
|
||||
|
||||
exprs->Add(make_shared<Expression>(&Expression::OpSet,
|
||||
MakeArray(MakeArray(MakeLiteral("templates")), OpSetLiteral),
|
||||
MakeArray(MakeArray(MakeLiteral("templates")), OpSetAdd),
|
||||
make_shared<Expression>(&Expression::OpLiteral, templateArray, m_DebugInfo),
|
||||
m_DebugInfo));
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue