mirror of https://github.com/Icinga/icinga2.git
parent
6d7e028f92
commit
7df7ec94d2
|
@ -308,9 +308,9 @@ Value AExpression::OpDict(const AExpression *expr, const Dictionary::Ptr& locals
|
|||
}
|
||||
}
|
||||
|
||||
result->Remove("__parent");
|
||||
|
||||
return result;
|
||||
Dictionary::Ptr xresult = result->ShallowClone();
|
||||
xresult->Remove("__parent");
|
||||
return xresult;
|
||||
}
|
||||
|
||||
Value AExpression::OpSet(const AExpression *expr, const Dictionary::Ptr& locals)
|
||||
|
|
Loading…
Reference in New Issue