better fix for duplicate module entity index
This commit is contained in:
@@ -62,7 +62,7 @@ register_worker({ phase => 'main', driver => 'snmp' }, sub {
|
|||||||
# build device modules list for DBIC
|
# build device modules list for DBIC
|
||||||
my (@modules, %seen_idx);
|
my (@modules, %seen_idx);
|
||||||
foreach my $entry (keys %$e_index) {
|
foreach my $entry (keys %$e_index) {
|
||||||
next if $seen_idx{$entry}++;
|
next if $seen_idx{ $e_index->{$entry} }++;
|
||||||
push @modules, {
|
push @modules, {
|
||||||
index => $e_index->{$entry},
|
index => $e_index->{$entry},
|
||||||
type => $e_type->{$entry},
|
type => $e_type->{$entry},
|
||||||
|
|||||||
Reference in New Issue
Block a user