forked from extern/shorewall_code
Fix stupid bug in zones file alchemy -- take 2
git-svn-id: https://shorewall.svn.sourceforge.net/svnroot/shorewall/trunk@2625 fbd18981-670d-0410-9b5c-8dc0c1a9a2bb
This commit is contained in:
parent
731c7d121d
commit
1905664bca
@ -500,6 +500,7 @@ determine_zones()
|
||||
|
||||
ZONES=
|
||||
|
||||
if [ -n "$parents" ]; then
|
||||
for z in $zones; do
|
||||
if [ -z "$merged" ] && list_search $z $parents; then
|
||||
ZONES="$ZONES $zone"
|
||||
@ -508,7 +509,7 @@ determine_zones()
|
||||
ZONES="$ZONES $z"
|
||||
done
|
||||
|
||||
[ -n "$merged" ] || ZONES="$ZONES $zone"
|
||||
[ -n "$merged" ] || ZONES="$zones $zone"
|
||||
}
|
||||
|
||||
strip_file zones
|
||||
|
Loading…
Reference in New Issue
Block a user