Fix nsclient++ new API

This commit is contained in:
UrBnW 2020-03-26 19:28:49 +01:00 committed by Lotfi zaouche
parent 76d46aa803
commit 6d98241bc7
1 changed files with 1 additions and 1 deletions

View File

@ -142,7 +142,7 @@ sub output_perf {
my $result = 'UNKNOWN';
$result = $errors_num{$options{result}} if ($options{result} =~ /[0-3]/);
$result = $options{result}if ($options{result} =~ /\w+/);
$result = $options{result} if ($options{result} =~ /[A-Z]+/);
my %result = (
code => $result,