mirror of
https://gitlab.com/shorewall/code.git
synced 2024-12-15 19:01:19 +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
|
||||
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."
|
||||
|
Loading…
Reference in New Issue
Block a user