Remove redundant logic

Signed-off-by: Tom Eastep <teastep@shorewall.net>
This commit is contained in:
Tom Eastep 2012-02-03 07:21:28 -08:00
parent ab04a7fb46
commit b5e3a41e13

View File

@ -2568,7 +2568,7 @@ sub process_rules() {
$section = '';
add_interface_options( $blrules || defined $filter_table->{blacklst} );
add_interface_options( $blrules );
$fn = open_file 'rules';