mirror of
https://gitlab.com/shorewall/code.git
synced 2024-11-24 08:33:40 +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;
|
$sectioned = 0;
|
||||||
$macro_nest_level = 0;
|
$macro_nest_level = 0;
|
||||||
$current_param = '';
|
$current_param = '';
|
||||||
@param_stack;
|
@param_stack = ();
|
||||||
}
|
}
|
||||||
|
|
||||||
INIT {
|
INIT {
|
||||||
|
Loading…
Reference in New Issue
Block a user