From 9ab2310dc87ae837f0123a03c1251d6124c787cc Mon Sep 17 00:00:00 2001 From: Tom Eastep Date: Thu, 17 Mar 2016 08:47:33 -0700 Subject: [PATCH] Correct an incorrect comment in process_rules() 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 c010efa45..415c3e729 100644 --- a/Shorewall/Perl/Shorewall/Rules.pm +++ b/Shorewall/Perl/Shorewall/Rules.pm @@ -2964,7 +2964,7 @@ sub process_rule ( $$$$$$$$$$$$$$$$$$$$ ) { $action = $basictarget; # Remove params, if any, from $action. } elsif ( $actiontype & INLINE ) { # - # process_inline() will call process_rule() recursively for each rule in the macro body + # process_inline() will call process_rule() recursively for each rule in the action body # fatal_error "Macro/Inline invocations nested too deeply" if ++$macro_nest_level > MAX_MACRO_NEST_LEVEL; #