summaryrefslogtreecommitdiff
path: root/exports/servers.go
diff options
context:
space:
mode:
Diffstat (limited to 'exports/servers.go')
-rw-r--r--exports/servers.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/exports/servers.go b/exports/servers.go
index 7536465..0c3cc5f 100644
--- a/exports/servers.go
+++ b/exports/servers.go
@@ -174,7 +174,7 @@ func getCPtrServer(state *client.Client, base *client.ServerBase) *C.server {
if base.Type == "secure_internet" {
identifier = state.Servers.SecureInternetHomeServer.HomeOrganizationID
countryCode = state.Servers.SecureInternetHomeServer.CurrentLocation
- locations = state.Discovery.GetSecureLocationList()
+ locations = state.Discovery.SecureLocationList()
}
cServer.identifier = C.CString(identifier)