mirror of
https://gitlab.com/shorewall/code.git
synced 2024-11-21 15:13:10 +01:00
Correct add_dbl_exclution_ijump()
Signed-off-by: Tom Eastep <teastep@shorewall.net>
This commit is contained in:
parent
f37a74a667
commit
9479b83c48
@ -734,7 +734,7 @@ sub add_host_exclusion_ijump( $$$@ ) {
|
||||
sub add_dbl_exclusion_ijump( $$$$@ ) {
|
||||
my ( $chainref, $dest, $hostref, $ipset, $src ) = ( shift, shift, shift, shift, shift );
|
||||
|
||||
my $nets = $hostref->{nets};
|
||||
my $nets = $hostref->{hosts};
|
||||
my $origin = $hostref->{origin};
|
||||
|
||||
for my $net ( @$nets ) {
|
||||
|
Loading…
Reference in New Issue
Block a user