Done right

This commit is contained in:
Kevin 2021-02-05 13:23:45 +01:00
parent cc9bf057f4
commit 0a432e574b
1 changed files with 2 additions and 2 deletions

View File

@ -959,7 +959,7 @@ sub print_error {
if (is_enabled($conf->{'as_server_plugin'})) {
print STDERR $msg . "\n";
print $value . "\n";
exit 1;
exit 0;
}
print_module($conf, {
@ -968,7 +968,7 @@ sub print_error {
value => $value,
desc => $msg,
});
exit 1;
exit 0;
}
################################################################################