forked from extern/shorewall_code
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 $oldparms = push_action_params( $action, $chainref, $param, $level, $tag, $caller );
|
||||||
my $options = $actionref->{options};
|
my $options = $actionref->{options};
|
||||||
my $nolog = $options & NOINLINE_OPT;
|
my $nolog = $options & NOLOG_OPT;
|
||||||
|
|
||||||
setup_audit_action( $action ) if $options & AUDIT_OPT;
|
setup_audit_action( $action ) if $options & AUDIT_OPT;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user