avaya cm snmp: wip

This commit is contained in:
garnier-quentin 2019-10-29 11:19:18 +01:00
parent 03b5e678aa
commit fe75ace5d7
1 changed files with 1 additions and 1 deletions

View File

@ -68,7 +68,7 @@ sub manage_selection {
);
my $result = $options{snmp}->map_instance(mapping => $mapping, results => $results, instance => 0);
$self->{station} = { %$result };
$self->{global} = { %$result };
}
1;