This commit is contained in:
qgarnier 2021-01-29 14:11:53 +01:00 committed by GitHub
parent 6300058b73
commit cae7a4e5a7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -66,8 +66,8 @@ sub new {
'securityengineid:s' => { name => 'snmp_security_engine_id' },
'snmp-errors-exit:s' => { name => 'snmp_errors_exit', default => 'unknown' },
});
$options{options}->add_help(package => __PACKAGE__, sections => 'SNMP OPTIONS');
}
$options{options}->add_help(package => __PACKAGE__, sections => 'SNMP OPTIONS');
#####
$self->{session} = undef;