From 246dcc716fad55fdeebfb8da0abcdc6a1b0e1f4c Mon Sep 17 00:00:00 2001 From: teastep Date: Tue, 24 Apr 2007 00:16:53 +0000 Subject: [PATCH] Fix LOGALLNEW git-svn-id: https://shorewall.svn.sourceforge.net/svnroot/shorewall/trunk@6097 fbd18981-670d-0410-9b5c-8dc0c1a9a2bb --- Shorewall-perl/Shorewall/Rules.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Shorewall-perl/Shorewall/Rules.pm b/Shorewall-perl/Shorewall/Rules.pm index 0de90d26c..0ae97b9f9 100644 --- a/Shorewall-perl/Shorewall/Rules.pm +++ b/Shorewall-perl/Shorewall/Rules.pm @@ -1702,7 +1702,7 @@ sub generate_matrix() { '' , '' , 'insert' , - '-m state --state NEW'; + '-m state --state NEW '; } } }