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