Correct implementation of the ALL section.

Signed-off-by: Tom Eastep <teastep@shorewall.net>
This commit is contained in:
Tom Eastep 2011-08-16 14:10:21 -07:00
parent e5886abed1
commit ca8e99ed51

View File

@ -2233,7 +2233,7 @@ sub process_section ($) {
if ( $sect eq 'ESTABLISHED' ) {
$sections{ALL} = 1;
elsif ( $sect eq 'RELATED' ) {
} elsif ( $sect eq 'RELATED' ) {
@sections{'ALL','ESTABLISHED'} = ( 1, 1);
finish_section 'ESTABLISHED';
} elsif ( $sect eq 'NEW' ) {