summaryrefslogtreecommitdiff
path: root/exports/disco.go
diff options
context:
space:
mode:
authorjwijenbergh <jeroenwijenbergh@protonmail.com>2022-11-24 15:40:39 +0100
committerjwijenbergh <jeroenwijenbergh@protonmail.com>2022-11-24 15:40:39 +0100
commit8be555e5f91c6069c3d51cb014f1849fd182b1dc (patch)
tree9c78f2ee1f5122da1e1ed3e452682f7f6744778f /exports/disco.go
parent791fffebff4499e4fad3217e2160596e1b8b3eea (diff)
Style: Use stylecheck and fix errors
Diffstat (limited to 'exports/disco.go')
-rw-r--r--exports/disco.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/exports/disco.go b/exports/disco.go
index 6db0e86..c5e544a 100644
--- a/exports/disco.go
+++ b/exports/disco.go
@@ -54,7 +54,7 @@ func getCPtrDiscoOrganization(
C.malloc(C.size_t(unsafe.Sizeof(C.discoveryOrganization{}))),
)
returnedStruct.display_name = C.CString(state.GetTranslated(organization.DisplayName))
- returnedStruct.org_id = C.CString(organization.OrgId)
+ returnedStruct.org_id = C.CString(organization.OrgID)
returnedStruct.secure_internet_home = C.CString(organization.SecureInternetHome)
returnedStruct.keyword_list = C.CString(state.GetTranslated(organization.KeywordList))
return returnedStruct