From ce8f33b623895664059f80f51272929c2132e7e7 Mon Sep 17 00:00:00 2001 From: Tom Eastep Date: Thu, 23 Dec 2010 15:38:47 -0800 Subject: [PATCH] Add a comment Signed-off-by: Tom Eastep --- Shorewall/Perl/Shorewall/Rules.pm | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/Shorewall/Perl/Shorewall/Rules.pm b/Shorewall/Perl/Shorewall/Rules.pm index 0e21b5771..8639f8644 100644 --- a/Shorewall/Perl/Shorewall/Rules.pm +++ b/Shorewall/Perl/Shorewall/Rules.pm @@ -304,7 +304,10 @@ sub process_actions1() { progress_message2 " Pre-processing $actionfile..."; push_open( $actionfile ); - + # + # We defer assigning a type to the action until we've processed it's action file. + # This allows us to easily catch the case where an action invokes itself. + # my $actiontype = 0; while ( read_a_line ) {