mirror of
https://gitlab.com/shorewall/code.git
synced 2024-12-16 11:20:53 +01:00
Remove two superfluous calls to determine_zones
git-svn-id: https://shorewall.svn.sourceforge.net/svnroot/shorewall/trunk@484 fbd18981-670d-0410-9b5c-8dc0c1a9a2bb
This commit is contained in:
parent
07f66da156
commit
c67ef5582c
@ -4465,7 +4465,6 @@ case "$command" in
|
|||||||
do_initialize
|
do_initialize
|
||||||
my_mutex_on
|
my_mutex_on
|
||||||
echo -n "Stopping Shorewall..."
|
echo -n "Stopping Shorewall..."
|
||||||
determine_zones
|
|
||||||
stop_firewall
|
stop_firewall
|
||||||
[ -n "$SUBSYSLOCK" ] && rm -f $SUBSYSLOCK
|
[ -n "$SUBSYSLOCK" ] && rm -f $SUBSYSLOCK
|
||||||
echo "done."
|
echo "done."
|
||||||
@ -4546,7 +4545,6 @@ case "$command" in
|
|||||||
do_initialize
|
do_initialize
|
||||||
my_mutex_on
|
my_mutex_on
|
||||||
echo -n "Clearing Shorewall..."
|
echo -n "Clearing Shorewall..."
|
||||||
determine_zones
|
|
||||||
clear_firewall
|
clear_firewall
|
||||||
[ -n "$SUBSYSLOCK" ] && rm -f $SUBSYSLOCK
|
[ -n "$SUBSYSLOCK" ] && rm -f $SUBSYSLOCK
|
||||||
echo "done."
|
echo "done."
|
||||||
|
Loading…
Reference in New Issue
Block a user