From 731c7d121d5a7505f9f917f724bed9bf306e8f89 Mon Sep 17 00:00:00 2001 From: teastep Date: Fri, 2 Sep 2005 22:49:21 +0000 Subject: [PATCH] Fix stupid bug in zones file alchemy git-svn-id: https://shorewall.svn.sourceforge.net/svnroot/shorewall/trunk@2624 fbd18981-670d-0410-9b5c-8dc0c1a9a2bb --- Shorewall/firewall | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Shorewall/firewall b/Shorewall/firewall index 0eb3f516c..eeb5a9fac 100755 --- a/Shorewall/firewall +++ b/Shorewall/firewall @@ -507,6 +507,8 @@ determine_zones() fi ZONES="$ZONES $z" done + + [ -n "$merged" ] || ZONES="$ZONES $zone" } strip_file zones