diff --git a/Shorewall/Perl/Shorewall/Rules.pm b/Shorewall/Perl/Shorewall/Rules.pm index ec4e6b952..f64d6a031 100644 --- a/Shorewall/Perl/Shorewall/Rules.pm +++ b/Shorewall/Perl/Shorewall/Rules.pm @@ -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;