diff options
| author | Jeroen Wijenbergh <jeroenwijenbergh@protonmail.com> | 2022-04-29 15:08:32 +0200 |
|---|---|---|
| committer | jwijenbergh <jeroenwijenbergh@protonmail.com> | 2022-04-29 15:08:32 +0200 |
| commit | 0e1f9826f2aea1a059529f9c3d1c921d7d4ac3d4 (patch) | |
| tree | 2d26bd6dbd33abde910bff00078f520dad890a4d /exports | |
| parent | 6c7a1c7a9245cf457a86fd15bdc14bc93b55d508 (diff) | |
Secure Internet: Basic implementation and add support to cli
Diffstat (limited to 'exports')
| -rw-r--r-- | exports/exports.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/exports/exports.go b/exports/exports.go index f21a354..576e980 100644 --- a/exports/exports.go +++ b/exports/exports.go @@ -103,7 +103,7 @@ func Connect(name *C.char, url *C.char) (*C.char, *C.char) { if stateErr != nil { return nil, C.CString(ErrorToString(stateErr)) } - config, configErr := state.Connect(C.GoString(url)) + config, configErr := state.ConnectInstituteAccess(C.GoString(url)) return C.CString(config), C.CString(ErrorToString(configErr)) } |
