forked from extern/shorewall_code
Eliminate cruft left over from when Action.pm and Policy.pm were folded into Rules.pm
Signed-off-by: Tom Eastep <teastep@shorewall.net>
This commit is contained in:
parent
ac2e9cce64
commit
f64e171c19
@ -635,7 +635,7 @@ sub compiler {
|
|||||||
#
|
#
|
||||||
# Do action pre-processing.
|
# Do action pre-processing.
|
||||||
#
|
#
|
||||||
process_actions1;
|
process_actions;
|
||||||
#
|
#
|
||||||
# P O L I C Y
|
# P O L I C Y
|
||||||
# (Produces no output to the compiled script)
|
# (Produces no output to the compiled script)
|
||||||
@ -675,8 +675,6 @@ sub compiler {
|
|||||||
#
|
#
|
||||||
disable_script;
|
disable_script;
|
||||||
|
|
||||||
process_actions2;
|
|
||||||
|
|
||||||
enable_script;
|
enable_script;
|
||||||
#
|
#
|
||||||
# More /proc
|
# More /proc
|
||||||
|
Loading…
Reference in New Issue
Block a user