diff options
| author | jwijenbergh <jeroenwijenbergh@protonmail.com> | 2024-02-06 16:55:36 +0100 |
|---|---|---|
| committer | Jeroen Wijenbergh <46386452+jwijenbergh@users.noreply.github.com> | 2024-02-19 14:15:07 +0100 |
| commit | 6cdcb450a667e0f730dc4d349efd216e11b57144 (patch) | |
| tree | 1e6d0b30cdc13f023d1139a5f430d8b3b8cba036 /wrappers/python/eduvpn_common/loader.py | |
| parent | 1ef4079c2b0203d439ed58b73c440d1ab9f6918b (diff) | |
Exports + Python: Delete cookie but add orgid in set_secure_location
Diffstat (limited to 'wrappers/python/eduvpn_common/loader.py')
| -rw-r--r-- | wrappers/python/eduvpn_common/loader.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/wrappers/python/eduvpn_common/loader.py b/wrappers/python/eduvpn_common/loader.py index 7da159c..51286d2 100644 --- a/wrappers/python/eduvpn_common/loader.py +++ b/wrappers/python/eduvpn_common/loader.py @@ -107,7 +107,7 @@ def initialize_functions(lib: CDLL) -> None: lib.CookieCancel.argtypes, lib.CookieCancel.restype = [c_int], c_void_p lib.CookieDelete.argtypes, lib.CookieDelete.restype = [c_int], c_void_p lib.SetSecureLocation.argtypes, lib.SetSecureLocation.restype = [ - c_int, + c_char_p, c_char_p, ], c_void_p lib.SetSupportWireguard.argtypes, lib.SetSupportWireguard.restype = [ |
