From 100e03cf93900767e74085e27270602a169fd499 Mon Sep 17 00:00:00 2001 From: Tom Eastep Date: Wed, 26 Dec 2012 07:06:29 -0800 Subject: [PATCH] Don't set $nocomment in in-line action Signed-off-by: Tom Eastep --- 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 e02fac432..a81a2c9bd 100644 --- a/Shorewall/Perl/Shorewall/Rules.pm +++ b/Shorewall/Perl/Shorewall/Rules.pm @@ -1795,7 +1795,7 @@ sub process_inline ($$$$$$$$$$$$$$$$$$$$) { progress_message "..Expanding inline action $inlinefile..."; - push_open $inlinefile, 2, 1, 1; + push_open $inlinefile, 2, 1; push_comment('');