mirror of
https://github.com/Icinga/icinga2.git
synced 2026-04-28 09:36:55 -04:00
Make sure IcingaApplication::GetVars returns a default value
refs #8074
This commit is contained in:
parent
262bfb7fc9
commit
343d46bcbe
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue