mirror of
https://github.com/centreon/centreon-plugins.git
synced 2025-04-08 17:06:05 +02:00
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…
x
Reference in New Issue
Block a user