mirror of
https://github.com/Icinga/icinga2.git
synced 2025-07-23 21:55:03 +02:00
ScriptGlobal::Set(): don't explicitly give Namespace#Set() its default values
This commit is contained in:
parent
e61b380808
commit
f3f2c943c7
@ -59,7 +59,7 @@ void ScriptGlobal::Set(const String& name, const Value& value)
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
parent->Set(tokens[tokens.size() - 1], value, false, DebugInfo());
|
parent->Set(tokens[tokens.size() - 1], value);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user