aboutsummaryrefslogtreecommitdiff
path: root/rpc_misc.c
diff options
context:
space:
mode:
authorRob Austein <sra@hactrn.net>2017-04-24 17:23:17 -0400
committerRob Austein <sra@hactrn.net>2017-04-24 17:23:17 -0400
commit4ee44177c6da04e210a52528763b2c96a8f3d824 (patch)
tree9b5522a53e961f56a9dc13bc00a54d40993851e3 /rpc_misc.c
parentd008267960337e9e44b270b26555a7a894808746 (diff)
Call a portable entrenching tool a portable entrenching tool.
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();