On 04/18/2013 11:06 AM, Tom Eastep wrote:

> 
> Here's a patch.
> 

And here is a patchlet to be applied on top of that patch. This one
makes 'shorewall update' work correctly.

-Tom
-- 
Tom Eastep        \ When I die, I want to go like my Grandfather who
Shoreline,         \ died peacefully in his sleep. Not screaming like
Washington, USA     \ all of the passengers in his car
http://shorewall.net \________________________________________________
diff --git a/Shorewall/Perl/Shorewall/Config.pm b/Shorewall/Perl/Shorewall/Config.pm
index e397a33..eb202f2 100644
--- a/Shorewall/Perl/Shorewall/Config.pm
+++ b/Shorewall/Perl/Shorewall/Config.pm
@@ -5029,10 +5029,10 @@ sub get_configuration( $$$$ ) {
 
     if ( supplied ( $val = $config{HELPERS} ) ) {
 	if ( $val eq 'none' ) {
-	    $val = $config{HELPERS} = '';
+	    $val = '';
 	}
     }  else {
-	$val = $config{HELPERS} = join( ',', grep $_ !~ /-0$/, keys %helpers_enabled );
+	$val = join( ',', grep $_ !~ /-0$/, keys %helpers_enabled );
 	$all = 1;
     }
 

Attachment: signature.asc
Description: OpenPGP digital signature

------------------------------------------------------------------------------
Precog is a next-generation analytics platform capable of advanced
analytics on semi-structured data. The platform includes APIs for building
apps and a phenomenal toolset for data science. Developers can use
our toolset for easy data analysis & visualization. Get a free account!
http://www2.precog.com/precogplatform/slashdotnewsletter
_______________________________________________
Shorewall-devel mailing list
Shorewall-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/shorewall-devel

Reply via email to