From 53bc221727ef489c03b624465db4c9e9abcabea9 Mon Sep 17 00:00:00 2001 From: teastep Date: Fri, 22 Aug 2008 14:18:31 +0000 Subject: [PATCH] Fix typo that resulted in multiple syntax errors git-svn-id: https://shorewall.svn.sourceforge.net/svnroot/shorewall/trunk@8676 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 65cdb53b4..58a74285b 100644 --- a/Shorewall-perl/Shorewall/Nat.pm +++ b/Shorewall-perl/Shorewall/Nat.pm @@ -244,7 +244,7 @@ sub setup_one_masq($$$$$$$) incr_cmd_level( $chainref ); $detectaddress = 1; } - } elseif ( $addresses eq 'NONAT' ) { + } elsif ( $addresses eq 'NONAT' ) { $target = '-j RETURN'; $add_snat_aliases = 0; } else {