Fix MACLIST_DISPOSITION defect introduced earlier in this release

Signed-off-by: Tom Eastep <teastep@shorewall.net>
This commit is contained in:
Tom Eastep 2011-05-30 07:59:44 -07:00
parent 11c209c55f
commit 60d33740f6

View File

@ -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} ) {