Avoid infinite loop if fatal_error is called when the command is 'restore'

git-svn-id: https://shorewall.svn.sourceforge.net/svnroot/shorewall/trunk@5751 fbd18981-670d-0410-9b5c-8dc0c1a9a2bb
This commit is contained in:
teastep 2007-03-29 20:56:50 +00:00
parent 25056dc4fb
commit f124283dc3

View File

@ -4492,7 +4492,7 @@ stop_firewall() {
}
case \$COMMAND in
stop|clear)
stop|clear|restore)
;;
*)
set +x