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

Make sure IcingaApplication::GetVars returns a default value

refs 
This commit is contained in:
Gunnar Beutner 2014-12-15 06:02:59 +01:00
parent 262bfb7fc9
commit 343d46bcbe

@ -134,7 +134,7 @@ IcingaApplication::Ptr IcingaApplication::GetInstance(void)
Dictionary::Ptr IcingaApplication::GetVars(void) const
{
return ScriptGlobal::Get("Vars");
return ScriptGlobal::Get("Vars", &Empty);
}
String IcingaApplication::GetNodeName(void) const