forked from extern/shorewall_code
Fix typo
Signed-off-by: Tom Eastep <teastep@shorewall.net>
This commit is contained in:
parent
1f2ca30ebd
commit
6142d4d535
@ -1666,7 +1666,7 @@ sub verify_audit($;$$) {
|
||||
# Similarly, if a new action tuple is encountered, this function is called recursively for each rule in the action
|
||||
# body. In this latter case, a reference to the tuple's chain is passed in the first ($chainref) argument.
|
||||
#
|
||||
sub process_rule1 ( $$$$$$$$$$$$$$$$ $) {
|
||||
sub process_rule1 ( $$$$$$$$$$$$$$$$$ ) {
|
||||
my ( $chainref, #reference to Action Chain if we are being called from process_action(); undef otherwise
|
||||
$target,
|
||||
$current_param,
|
||||
|
Loading…
Reference in New Issue
Block a user