Correct comment

- The chain will only exist if logging wasn't specified for the same
  disposition.

Signed-off-by: Tom Eastep <teastep@shorewall.net>
This commit is contained in:
Tom Eastep 2016-04-06 08:50:29 -07:00
parent 26795cf082
commit 436b5d89ce

View File

@ -3769,7 +3769,7 @@ sub process_rules() {
UNTRACKED_SECTION, 'UNTRACKED' );
#
# If A_REJECT was specified in shorewall[6].conf, the A_REJECT chain will already exist.
# If A_REJECT was specified in shorewall[6].conf, the A_REJECT chain may already exist.
#
$usedactions{normalize_action_name( 'A_REJECT' )} = $filter_table->{A_REJECT} if $filter_table->{A_REJECT};
#