mirror of https://github.com/Icinga/icinga2.git
Merge pull request #8371 from Icinga/bugfix/7567
Revert "MacroProcessor::ResolveArguments(): skip null argument values"
This commit is contained in:
commit
a54bd52d5c
|
@ -511,8 +511,6 @@ Value MacroProcessor::ResolveArguments(const Value& command, const Dictionary::P
|
||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
|
|
||||||
arg.SkipValue = arg.SkipValue || arg.AValue.GetType() == ValueEmpty;
|
|
||||||
|
|
||||||
args.emplace_back(std::move(arg));
|
args.emplace_back(std::move(arg));
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue