From 8b825c4c4c7513abe085c485de6bfccbda62b6a0 Mon Sep 17 00:00:00 2001 From: Tom Eastep Date: Sun, 2 Nov 2014 07:56:05 -0800 Subject: [PATCH] Avoid failure of ip[6]tables-restore. Signed-off-by: Tom Eastep --- Shorewall/Perl/Shorewall/Chains.pm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Shorewall/Perl/Shorewall/Chains.pm b/Shorewall/Perl/Shorewall/Chains.pm index 6d59dc9c2..f0822045f 100644 --- a/Shorewall/Perl/Shorewall/Chains.pm +++ b/Shorewall/Perl/Shorewall/Chains.pm @@ -8263,9 +8263,9 @@ sub create_netfilter_load( $ ) { push_indent; - save_progress_message "Preparing $utility input..."; + emit 'option='; - emit ''; + save_progress_message "Preparing $utility input..."; emit "exec 3>\${VARDIR}/.${utility}-input";