|
@@ -172,6 +172,7 @@ my @auth_full_list=get_records_sql($dbh,$auth_sql);
|
|
|
foreach my $auth (@auth_full_list) {
|
|
foreach my $auth (@auth_full_list) {
|
|
|
next if (!$auth);
|
|
next if (!$auth);
|
|
|
my $auth_mac=mac_simplify($auth->{mac});
|
|
my $auth_mac=mac_simplify($auth->{mac});
|
|
|
|
|
+ next if (exists $auth_table{full_table}{$auth_mac});
|
|
|
$auth_table{full_table}{$auth_mac}=$auth->{id};
|
|
$auth_table{full_table}{$auth_mac}=$auth->{id};
|
|
|
}
|
|
}
|
|
|
|
|
|