From d5b278a969ad38a4ac0f55dbad0ccf665899a8a9 Mon Sep 17 00:00:00 2001 From: teastep Date: Tue, 1 May 2007 16:39:41 +0000 Subject: [PATCH] Fix ipset match generation git-svn-id: https://shorewall.svn.sourceforge.net/svnroot/shorewall/trunk@6174 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 f03fd7768..d233c7c53 100644 --- a/Shorewall-perl/Shorewall/Chains.pm +++ b/Shorewall-perl/Shorewall/Chains.pm @@ -987,7 +987,7 @@ sub get_set_flags( $$ ) { $setname =~ s/^\+//; - "--set $setname $options" + "--set $setname $options " } #