mirror of
https://github.com/Icinga/icinga2.git
synced 2025-07-26 23:24:09 +02:00
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…
x
Reference in New Issue
Block a user