mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-24 01:42:58 +02:00
firewall-lib.pl: Fix typo.
Signed-off-by: Stefan Schantl <stefan.schantl@ipfire.org>
This commit is contained in:
@@ -323,7 +323,7 @@ sub get_addresses
|
||||
}
|
||||
}elsif ($addr_type ~~ ["cust_location_src", "cust_location_tgt"] && $value =~ "group:") {
|
||||
$value=substr($value,6);
|
||||
foreach my $grp (sort {$a <=> $b} keys %customlocationpgrp) {
|
||||
foreach my $grp (sort {$a <=> $b} keys %customlocationgrp) {
|
||||
if ($customlocationgrp{$grp}[0] eq $value) {
|
||||
my @address = &get_address($addr_type, $customlocationgrp{$grp}[2], $type);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user