From ff2c261c4b5aad84cf75920e16f8dff3f17e9163 Mon Sep 17 00:00:00 2001 From: teastep Date: Sun, 29 Jul 2007 15:36:56 +0000 Subject: [PATCH] Fix backout of chain change -- Take 2 git-svn-id: https://shorewall.svn.sourceforge.net/svnroot/shorewall/trunk@6996 fbd18981-670d-0410-9b5c-8dc0c1a9a2bb --- Shorewall-perl/Shorewall/Chains.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Shorewall-perl/Shorewall/Chains.pm b/Shorewall-perl/Shorewall/Chains.pm index 08113edd8..46afa2dfa 100644 --- a/Shorewall-perl/Shorewall/Chains.pm +++ b/Shorewall-perl/Shorewall/Chains.pm @@ -483,7 +483,7 @@ sub masq_chain($) } # -# Syn_flood_chain -- differs from the other _chain functions in that the argument is a chain table reference # Syn_chain +# Syn_flood_chain -- differs from the other _chain functions in that the argument is a chain table reference # sub syn_flood_chain ( $ ) { '@' . $_[0]->{synchain};