diff options
Diffstat (limited to 'state.go')
| -rw-r--r-- | state.go | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -76,8 +76,8 @@ func (state *VPNState) Deregister() error { // Save the config state.Config.Save(&state) - // Empty out fsm - state.FSM = internal.FSM{} + // Empty out the state + state = &VPNState{} return nil } |
