diff options
| -rw-r--r-- | internal/fsm/fsm.go | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/internal/fsm/fsm.go b/internal/fsm/fsm.go index ec19899..74acc50 100644 --- a/internal/fsm/fsm.go +++ b/internal/fsm/fsm.go @@ -172,7 +172,9 @@ func (fsm *FSM) Init( ASK_LOCATION, "User chooses a Secure Internet server but no location is configured", }, + {NO_SERVER, "Go back or Error"}, }, + BackState: NO_SERVER, }, CHOSEN_SERVER: FSMState{ Transitions: []FSMTransition{ |
