diff options
| author | jwijenbergh <jeroenwijenbergh@protonmail.com> | 2022-11-28 11:18:14 +0100 |
|---|---|---|
| committer | jwijenbergh <jeroenwijenbergh@protonmail.com> | 2022-11-28 11:18:42 +0100 |
| commit | e9f8db8ee8fccf60e58deb1d72766f94a053bb16 (patch) | |
| tree | ffa5a9be67717ecc8ff7bdc03d5f96028facb0e3 /exports/servers.go | |
| parent | b4ff890ec2b459148d893499a34a6d2954530369 (diff) | |
Document: Add comments for most functions and packages
Errors and test files still need to be done. Also some getters are
changed by removing the 'get' prefix
Diffstat (limited to 'exports/servers.go')
| -rw-r--r-- | exports/servers.go | 2 |
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) |
