diff options
| author | Jeroen Wijenbergh <jeroen.wijenbergh@geant.org> | 2025-05-06 13:27:52 +0200 |
|---|---|---|
| committer | Jeroen Wijenbergh <jeroen.wijenbergh@geant.org> | 2025-05-06 13:27:52 +0200 |
| commit | 15bef1fca407c21eed5d2c433051042c728468e6 (patch) | |
| tree | 8d909c2d2c43dbe5b267e4892af4093bbcce4603 /exports | |
| parent | 7e95a446ba1ee90ed6241a57f9fc830172d89dc6 (diff) | |
exports test: Fix cookie casting
Diffstat (limited to 'exports')
| -rw-r--r-- | exports/exports_test_wrapper.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/exports/exports_test_wrapper.go b/exports/exports_test_wrapper.go index 3b64007..de6aa21 100644 --- a/exports/exports_test_wrapper.go +++ b/exports/exports_test_wrapper.go @@ -78,7 +78,7 @@ func test_state_callback(_ C.int, new C.int, data *C.char) int32 { } prS := C.CString("employees") defer FreeString(prS) - CookieReply(C.uint64_t(tr.Cookie), prS) + CookieReply(C.uintptr_t(tr.Cookie), prS) return 1 } |
