forked from extern/shorewall_code
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;
|
my @hosts;
|
||||||
|
|
||||||
for my $host ( split /,/, $hosts ) {
|
for my $host ( split /,/, $hosts ) {
|
||||||
push @hosts, "$interface:$hosts";
|
push @hosts, "$interface:$host";
|
||||||
}
|
}
|
||||||
|
|
||||||
unless ( $options eq '-' ) {
|
unless ( $options eq '-' ) {
|
||||||
|
Loading…
Reference in New Issue
Block a user