From 29c8098d37032bdb8639669477370525bd526552 Mon Sep 17 00:00:00 2001 From: teastep Date: Wed, 1 Apr 2009 19:53:38 +0000 Subject: [PATCH] Cosmetic improvement in generated script. Signed-off-by: Tom Eastep git-svn-id: https://shorewall.svn.sourceforge.net/svnroot/shorewall/trunk@9780 fbd18981-670d-0410-9b5c-8dc0c1a9a2bb --- Shorewall/Perl/Shorewall/Nat.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Shorewall/Perl/Shorewall/Nat.pm b/Shorewall/Perl/Shorewall/Nat.pm index 2e341fc45..fe8c55ee3 100644 --- a/Shorewall/Perl/Shorewall/Nat.pm +++ b/Shorewall/Perl/Shorewall/Nat.pm @@ -501,7 +501,7 @@ sub add_addresses () { $arg = "$arg $addr $interface"; } - emit "add_ip_aliases $arg"; + emit "\nadd_ip_aliases $arg"; } }