From 8b4b965f63e7c7c906a5c5afa6d2a28f6618ca3d Mon Sep 17 00:00:00 2001 From: Tom Eastep Date: Thu, 21 Sep 2017 14:36:30 -0700 Subject: [PATCH] Remove unnecessary disable/enable of script generation Signed-off-by: Tom Eastep --- Shorewall/Perl/Shorewall/Compiler.pm | 3 --- 1 file changed, 3 deletions(-) diff --git a/Shorewall/Perl/Shorewall/Compiler.pm b/Shorewall/Perl/Shorewall/Compiler.pm index 759ef81d6..c3ceb3394 100644 --- a/Shorewall/Perl/Shorewall/Compiler.pm +++ b/Shorewall/Perl/Shorewall/Compiler.pm @@ -797,13 +797,10 @@ sub compiler { emit '}'; # End of setup_common_rules() } - disable_script; # # R O U T I N G _ A N D _ T R A F F I C _ S H A P I N G # (Writes the setup_routing_and_traffic_shaping() function to the compiled script) # - enable_script; - # # Validate the TC files so that the providers will know what interfaces have TC # my $tcinterfaces = process_tc;