fix snmp autoreduce error

This commit is contained in:
garnier-quentin 2019-01-10 11:16:27 +01:00
parent 3c48822071
commit b013808557
1 changed files with 1 additions and 1 deletions

View File

@ -333,7 +333,7 @@ sub get_leef {
$self->{output}->option_exit(exit_litteral => "SNMP partial response");
}
$self->set_error(error_status => -1, error_msg => $msg);
$self->set_error(error_status => -1, error_msg => "SNMP partial response");
return undef;
}