From 60d33740f6d6723b2f0158580859ed6bc4558f0a Mon Sep 17 00:00:00 2001 From: Tom Eastep Date: Mon, 30 May 2011 07:59:44 -0700 Subject: [PATCH] Fix MACLIST_DISPOSITION defect introduced earlier in this release Signed-off-by: Tom Eastep --- Shorewall/Perl/Shorewall/Config.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Shorewall/Perl/Shorewall/Config.pm b/Shorewall/Perl/Shorewall/Config.pm index 1285abf9e..f2ef1bd3d 100644 --- a/Shorewall/Perl/Shorewall/Config.pm +++ b/Shorewall/Perl/Shorewall/Config.pm @@ -3403,7 +3403,7 @@ sub get_configuration( $ ) { require_capability 'AUDIT_TARGET' , "MACLIST_DISPOSITION=$val", 's' if $val =~ /^A_/; } else { - $config{MACLIST_DISPOSITION} = 'reject'; + $globals{MACLIST_TARGET} = 'reject'; } if ( $val = $config{MACLIST_TABLE} ) {