mirror of
https://gitlab.com/shorewall/code.git
synced 2024-11-23 16:13:18 +01:00
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.
|
||||
#
|
||||
process_actions1;
|
||||
process_actions;
|
||||
#
|
||||
# P O L I C Y
|
||||
# (Produces no output to the compiled script)
|
||||
@ -675,8 +675,6 @@ sub compiler {
|
||||
#
|
||||
disable_script;
|
||||
|
||||
process_actions2;
|
||||
|
||||
enable_script;
|
||||
#
|
||||
# More /proc
|
||||
|
Loading…
Reference in New Issue
Block a user