diff options
Diffstat (limited to 'state.go')
| -rw-r--r-- | state.go | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -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()) |
