From cf62edd5ca6457512e203dbc481347bbd2e448a3 Mon Sep 17 00:00:00 2001 From: teastep Date: Sun, 6 Jul 2003 16:27:40 +0000 Subject: [PATCH] Add local variable to find_hosts_by_option git-svn-id: https://shorewall.svn.sourceforge.net/svnroot/shorewall/trunk@648 fbd18981-670d-0410-9b5c-8dc0c1a9a2bb --- Shorewall/firewall | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Shorewall/firewall b/Shorewall/firewall index 7a302e27c..b1447973a 100755 --- a/Shorewall/firewall +++ b/Shorewall/firewall @@ -865,7 +865,7 @@ find_interfaces_by_option() # $1 = option # find_hosts_by_option() # $1 = option { - local hosts interface address addresses options + local ignore hosts interface address addresses options while read ignore hosts options; do expandv options