mirror of
https://gitlab.com/shorewall/code.git
synced 2025-01-05 21:18:49 +01:00
Add a comment
Signed-off-by: Tom Eastep <teastep@shorewall.net>
This commit is contained in:
parent
5e642a1406
commit
ce8f33b623
@ -304,7 +304,10 @@ sub process_actions1() {
|
|||||||
progress_message2 " Pre-processing $actionfile...";
|
progress_message2 " Pre-processing $actionfile...";
|
||||||
|
|
||||||
push_open( $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;
|
my $actiontype = 0;
|
||||||
|
|
||||||
while ( read_a_line ) {
|
while ( read_a_line ) {
|
||||||
|
Loading…
Reference in New Issue
Block a user