Fix for double-up on jumps to special chains

git-svn-id: https://shorewall.svn.sourceforge.net/svnroot/shorewall/trunk@6270 fbd18981-670d-0410-9b5c-8dc0c1a9a2bb
This commit is contained in:
teastep 2007-05-07 21:34:19 +00:00
parent e1f83f4ca7
commit 80d2f1dde8

View File

@ -150,13 +150,6 @@ sub find_hosts_by_option( $ ) {
}
}
for my $interface ( @interfaces ) {
my $optionsref = $interfaces{$interface}{options};
if ( $optionsref && $optionsref->{$option} ) {
push @hosts, [ $interface, 'none', ALLIPv4 ];
}
}
\@hosts;
}