From 6142d4d53556ca19d7ff04b19344f6f74f350cff Mon Sep 17 00:00:00 2001 From: Tom Eastep Date: Wed, 23 May 2012 07:55:07 -0700 Subject: [PATCH] Fix typo Signed-off-by: Tom Eastep --- Shorewall/Perl/Shorewall/Rules.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Shorewall/Perl/Shorewall/Rules.pm b/Shorewall/Perl/Shorewall/Rules.pm index 9d9ceb6b1..a4d8a554c 100644 --- a/Shorewall/Perl/Shorewall/Rules.pm +++ b/Shorewall/Perl/Shorewall/Rules.pm @@ -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,