diff options
Diffstat (limited to 'client/fsm.go')
| -rw-r--r-- | client/fsm.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/client/fsm.go b/client/fsm.go index d1d2d9e..9f140e3 100644 --- a/client/fsm.go +++ b/client/fsm.go @@ -180,7 +180,7 @@ func (c *Client) GoBack() error { } // FIXME: Arbitrary back transitions don't work because we need the appropriate data - c.FSM.GoTransitionWithData(StateNoServer, c.Servers) + c.FSM.GoTransition(StateNoServer) return nil } |
