Fix syntax error in last change

git-svn-id: https://shorewall.svn.sourceforge.net/svnroot/shorewall/trunk@2155 fbd18981-670d-0410-9b5c-8dc0c1a9a2bb
This commit is contained in:
teastep 2005-05-21 13:44:07 +00:00
parent c8be27d515
commit 80bae1a525

View File

@ -1670,6 +1670,7 @@ process_routestopped() # $1 = command
for h in $(separate_list $host); do
source="$source $interface:$h"
done
;;
dest)
for h in $(separate_list $host); do
dest="$dest $interface:$h"