mirror of
https://github.com/Icinga/icinga2.git
synced 2025-04-08 17:05:25 +02:00
Revert "MacroProcessor::ResolveArguments(): skip null argument values"
This reverts commit e4bdcedbca069cb9d42c40ce6ce8054ed3ee1b58.
This commit is contained in:
parent
338d0aaa8c
commit
ade891bbf5
@ -511,8 +511,6 @@ Value MacroProcessor::ResolveArguments(const Value& command, const Dictionary::P
|
||||
continue;
|
||||
}
|
||||
|
||||
arg.SkipValue = arg.SkipValue || arg.AValue.GetType() == ValueEmpty;
|
||||
|
||||
args.emplace_back(std::move(arg));
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user