Fix typo in routestopped processing

git-svn-id: https://shorewall.svn.sourceforge.net/svnroot/shorewall/trunk@6591 fbd18981-670d-0410-9b5c-8dc0c1a9a2bb
This commit is contained in:
teastep 2007-06-18 21:42:36 +00:00
parent dcd6a98eb9
commit 9dc15c6d34

View File

@ -431,7 +431,7 @@ sub process_routestopped() {
my @hosts;
for my $host ( split /,/, $hosts ) {
push @hosts, "$interface:$hosts";
push @hosts, "$interface:$host";
}
unless ( $options eq '-' ) {