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