mirror of
https://gitlab.com/shorewall/code.git
synced 2024-11-24 00:23:28 +01:00
Fix initialization problem in Rules module
git-svn-id: https://shorewall.svn.sourceforge.net/svnroot/shorewall/trunk@8047 fbd18981-670d-0410-9b5c-8dc0c1a9a2bb
This commit is contained in:
parent
a855014784
commit
2583fc3f93
@ -74,7 +74,7 @@ sub initialize() {
|
||||
$sectioned = 0;
|
||||
$macro_nest_level = 0;
|
||||
$current_param = '';
|
||||
@param_stack;
|
||||
@param_stack = ();
|
||||
}
|
||||
|
||||
INIT {
|
||||
|
Loading…
Reference in New Issue
Block a user