From 0a31d9ba41ede4dbb6ddb4fc52a6b7979469d6c1 Mon Sep 17 00:00:00 2001 From: Tom Eastep Date: Thu, 6 Dec 2012 15:10:53 -0800 Subject: [PATCH] Remove extraneous comment from the rule generated by action.RST Signed-off-by: Tom Eastep --- Shorewall/action.RST | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Shorewall/action.RST b/Shorewall/action.RST index 37aee7ed4..0f7641ee6 100644 --- a/Shorewall/action.RST +++ b/Shorewall/action.RST @@ -47,7 +47,7 @@ my ( $level, $tag ) = get_action_logging; my $target = require_audit ( $action , $audit ); log_rule_limit $level, $chainref, 'RST' , $action, '', $tag, 'add', '-p 6 --tcp-flags RST RST ' if $level ne ''; -add_jump $chainref , $target, 0, '-p 6 --tcp-flags RST RST, '; +add_jump $chainref , $target, 0, '-p 6 --tcp-flags RST RST '; allow_optimize( $chainref );