Allow to return no defaults

ae6332c0b7
This commit is contained in:
Ilia Rostovtsev
2020-05-14 13:27:39 +03:00
parent 5872dd5641
commit 5b1d8ee52b

View File

@@ -125,7 +125,7 @@ foreach my $l (@$lref) {
last;
}
}
if (!defined($out)) {
if (!defined($out) && !$_[1]) {
# Fall back to asking Postfix
# -h tells postconf not to output the name of the parameter
$out = &backquote_command("$config{'postfix_config_command'} -c $config_dir -h ".