Merge pull request #8371 from Icinga/bugfix/7567

Revert "MacroProcessor::ResolveArguments(): skip null argument values"
This commit is contained in:
Alexander Aleksandrovič Klimov 2020-10-15 10:39:12 +02:00 committed by GitHub
commit a54bd52d5c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 2 deletions

View File

@ -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));
}