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