Correct typo in Rules

Signed-off-by: Tom Eastep <teastep@shorewall.net>
This commit is contained in:
Tom Eastep 2016-03-14 15:56:57 -07:00
parent 741da14789
commit 901c6d34f6

View File

@ -1826,7 +1826,7 @@ sub process_action(\$\$$) {
my $oldparms = push_action_params( $action, $chainref, $param, $level, $tag, $caller );
my $options = $actionref->{options};
my $nolog = $options & NOINLINE_OPT;
my $nolog = $options & NOLOG_OPT;
setup_audit_action( $action ) if $options & AUDIT_OPT;