mirror of
https://gitlab.com/shorewall/code.git
synced 2024-11-22 23:53:30 +01:00
Correct typo in Rules
Signed-off-by: Tom Eastep <teastep@shorewall.net>
This commit is contained in:
parent
741da14789
commit
901c6d34f6
@ -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;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user