mirror of
https://gitlab.com/shorewall/code.git
synced 2024-12-16 11:20:53 +01:00
Fix typo in criticalhosts processing
git-svn-id: https://shorewall.svn.sourceforge.net/svnroot/shorewall/trunk@6592 fbd18981-670d-0410-9b5c-8dc0c1a9a2bb
This commit is contained in:
parent
9dc15c6d34
commit
e2e1f3aebb
@ -388,7 +388,7 @@ sub process_criticalhosts() {
|
||||
my @hosts;
|
||||
|
||||
for my $host ( split /,/, $hosts ) {
|
||||
push @hosts, "$interface:$hosts";
|
||||
push @hosts, "$interface:$host";
|
||||
}
|
||||
|
||||
unless ( $options eq '-' ) {
|
||||
|
Loading…
Reference in New Issue
Block a user