mirror of
https://github.com/Icinga/icinga2.git
synced 2025-07-26 15:14:07 +02:00
parent
fddead5303
commit
ed81cb0f2c
@ -280,6 +280,10 @@ Value SetExpression::DoEvaluate(VMFrame& frame, DebugHint *dhint) const
|
|||||||
|
|
||||||
if (!vexpr) {
|
if (!vexpr) {
|
||||||
object = indexExpr->Evaluate(frame, dhint);
|
object = indexExpr->Evaluate(frame, dhint);
|
||||||
|
|
||||||
|
if (!object)
|
||||||
|
BOOST_THROW_EXCEPTION(ConfigError("Left-hand side argument must not be null."));
|
||||||
|
|
||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user