summaryrefslogtreecommitdiff
path: root/state.go
diff options
context:
space:
mode:
Diffstat (limited to 'state.go')
-rw-r--r--state.go1
1 files changed, 0 insertions, 1 deletions
diff --git a/state.go b/state.go
index e1b26ed..a60b143 100644
--- a/state.go
+++ b/state.go
@@ -182,7 +182,6 @@ func (state *VPNState) addSecureInternetHomeServer(orgID string) (server.Server,
if !state.Servers.HasSecureLocation() {
locationErr = state.AskSecureLocation()
-
} else {
// reinitialize
locationErr = state.SetSecureLocation(state.Servers.GetSecureLocation())