From c67ef5582c166231c3a088f1489121df731a3307 Mon Sep 17 00:00:00 2001 From: teastep Date: Fri, 7 Mar 2003 00:30:39 +0000 Subject: [PATCH] Remove two superfluous calls to determine_zones git-svn-id: https://shorewall.svn.sourceforge.net/svnroot/shorewall/trunk@484 fbd18981-670d-0410-9b5c-8dc0c1a9a2bb --- Shorewall/firewall | 2 -- 1 file changed, 2 deletions(-) diff --git a/Shorewall/firewall b/Shorewall/firewall index 068ccf1c8..a1f57ddee 100755 --- a/Shorewall/firewall +++ b/Shorewall/firewall @@ -4465,7 +4465,6 @@ case "$command" in do_initialize my_mutex_on echo -n "Stopping Shorewall..." - determine_zones stop_firewall [ -n "$SUBSYSLOCK" ] && rm -f $SUBSYSLOCK echo "done." @@ -4546,7 +4545,6 @@ case "$command" in do_initialize my_mutex_on echo -n "Clearing Shorewall..." - determine_zones clear_firewall [ -n "$SUBSYSLOCK" ] && rm -f $SUBSYSLOCK echo "done."