forked from extern/shorewall_code
Fix stupid bug in zones file alchemy
git-svn-id: https://shorewall.svn.sourceforge.net/svnroot/shorewall/trunk@2624 fbd18981-670d-0410-9b5c-8dc0c1a9a2bb
This commit is contained in:
parent
f6875e9da7
commit
731c7d121d
@ -507,6 +507,8 @@ determine_zones()
|
|||||||
fi
|
fi
|
||||||
ZONES="$ZONES $z"
|
ZONES="$ZONES $z"
|
||||||
done
|
done
|
||||||
|
|
||||||
|
[ -n "$merged" ] || ZONES="$ZONES $zone"
|
||||||
}
|
}
|
||||||
|
|
||||||
strip_file zones
|
strip_file zones
|
||||||
|
Loading…
Reference in New Issue
Block a user