mirror of https://github.com/Icinga/icinga2.git
parent
9a6a84d9d9
commit
5e9d9aea74
|
@ -387,7 +387,7 @@ Value SetExpression::DoEvaluate(ScriptFrame& frame, DebugHint *dhint) const
|
|||
delete psdhint;
|
||||
}
|
||||
|
||||
return right;
|
||||
return Empty;
|
||||
}
|
||||
|
||||
Value ConditionalExpression::DoEvaluate(ScriptFrame& frame, DebugHint *dhint) const
|
||||
|
|
Loading…
Reference in New Issue