From 04dfe26549b0446742890f4fc13fc7e4f88a8d7f Mon Sep 17 00:00:00 2001 From: Tom Eastep Date: Fri, 11 Nov 2011 05:23:37 -0800 Subject: [PATCH] Remove two unused variables. Signed-off-by: Tom Eastep --- Shorewall/Perl/Shorewall/Misc.pm | 2 -- 1 file changed, 2 deletions(-) diff --git a/Shorewall/Perl/Shorewall/Misc.pm b/Shorewall/Perl/Shorewall/Misc.pm index 236b047c6..17ee9b380 100644 --- a/Shorewall/Perl/Shorewall/Misc.pm +++ b/Shorewall/Perl/Shorewall/Misc.pm @@ -397,8 +397,6 @@ sub remove_blacklist( $ ) { sub convert_blacklist() { my $zones = find_zones_by_option 'blacklist', 'in'; my $zones1 = find_zones_by_option 'blacklist', 'out'; - my $chainref; - my $chainref1; my ( $level, $disposition ) = @config{'BLACKLIST_LOGLEVEL', 'BLACKLIST_DISPOSITION' }; my $audit = $disposition =~ /^A_/; my $target = $disposition eq 'REJECT' ? 'reject' : $disposition;