mirror of
https://github.com/centreon/centreon-plugins.git
synced 2025-07-27 15:44:21 +02:00
fix snmp autoreduce error
This commit is contained in:
parent
f58cd01486
commit
875eaac4a1
@ -333,7 +333,7 @@ sub get_leef {
|
|||||||
$self->{output}->option_exit(exit_litteral => "SNMP partial response");
|
$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;
|
return undef;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user