From a4183f21fee036917c7d3b6b38467e49b6e997d7 Mon Sep 17 00:00:00 2001 From: teastep Date: Sat, 5 Jul 2003 19:52:34 +0000 Subject: [PATCH] Add empty variable for 'call' command git-svn-id: https://shorewall.svn.sourceforge.net/svnroot/shorewall/trunk@638 fbd18981-670d-0410-9b5c-8dc0c1a9a2bb --- Shorewall/firewall | 1 + Shorewall/functions | 6 ------ 2 files changed, 1 insertion(+), 6 deletions(-) diff --git a/Shorewall/firewall b/Shorewall/firewall index d68e020a8..0d01ac265 100755 --- a/Shorewall/firewall +++ b/Shorewall/firewall @@ -4875,6 +4875,7 @@ case "$command" in # shift; do_initialize + EMPTY= $@ ;; *) diff --git a/Shorewall/functions b/Shorewall/functions index 306d7eef6..494c75c26 100755 --- a/Shorewall/functions +++ b/Shorewall/functions @@ -366,9 +366,3 @@ ip_vlsm() { echo $vlsm fi } - - - - - -