aboutsummaryrefslogtreecommitdiff
path: root/rpc_misc.c
diff options
context:
space:
mode:
Diffstat (limited to 'rpc_misc.c')
-rw-r--r--rpc_misc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/rpc_misc.c b/rpc_misc.c
index 2fd743a..4db6ed3 100644
--- a/rpc_misc.c
+++ b/rpc_misc.c
@@ -133,7 +133,7 @@ static inline void clear_slot(client_slot_t *slot)
if (slot == NULL)
return;
- hal_pkey_client_cleanup(slot->handle);
+ hal_pkey_logout(slot->handle);
hal_critical_section_start();