1
0
mirror of https://github.com/Icinga/icinga2.git synced 2025-04-08 17:05:25 +02:00

Change return type for 'set' expressions to Empty

fixes 
This commit is contained in:
Gunnar Beutner 2015-01-12 08:55:16 +01:00
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