This commit is contained in:
qgarnier 2017-12-19 14:07:52 +01:00
parent 2578fb785f
commit b974643b03
1 changed files with 1 additions and 1 deletions

View File

@ -98,7 +98,7 @@ sub manage_selection {
my ($self, %options) = @_;
$self->{cg} = {};
my $snmp_result = $options{snmp}->get_table(oid => $oid_i3IgInfo, start => $oid_i3IgSipActiveCallsCount, end => ,
my $snmp_result = $options{snmp}->get_table(oid => $oid_i3IgInfo, start => $oid_i3IgSipActiveCallsCount,
nothing_quit => 1);
foreach my $oid (keys %{$snmp_result}) {