fix snmp autoreduce error
This commit is contained in:
parent
3c48822071
commit
b013808557
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue