From 8abc78331b5e856c6e9bb351ee3b7c7c6686b7dd Mon Sep 17 00:00:00 2001 From: Tom Eastep Date: Sun, 10 Apr 2011 09:52:00 -0700 Subject: [PATCH] Two minor cosmetic changes --- Shorewall/Perl/Shorewall/Compiler.pm | 2 +- Shorewall/Perl/Shorewall/Config.pm | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/Shorewall/Perl/Shorewall/Compiler.pm b/Shorewall/Perl/Shorewall/Compiler.pm index 88cc8986a..17ed2d274 100644 --- a/Shorewall/Perl/Shorewall/Compiler.pm +++ b/Shorewall/Perl/Shorewall/Compiler.pm @@ -369,7 +369,7 @@ sub generate_script_3($) { mark_firewall_not_started; - emit ('', + emit ( '', 'delete_proxyarp', '' ); diff --git a/Shorewall/Perl/Shorewall/Config.pm b/Shorewall/Perl/Shorewall/Config.pm index 040be9c12..4a7b8efb7 100644 --- a/Shorewall/Perl/Shorewall/Config.pm +++ b/Shorewall/Perl/Shorewall/Config.pm @@ -1371,7 +1371,6 @@ sub pop_include() { # This function is normally called below in read_a_line() when EOF is reached. Clients of the # module may also call the function to close the file before EOF # - sub close_file() { if ( $currentfile ) { my $result = close $currentfile;