summaryrefslogtreecommitdiff
path: root/p11-kit/rpc-message.h
diff options
context:
space:
mode:
authorDaiki Ueno <dueno@redhat.com>2016-09-19 16:36:19 +0200
committerStef Walter <stefw@redhat.com>2016-10-05 15:13:08 +0200
commita96f354c3068edb6c8ac80ae6d9a6611651145d7 (patch)
treed8a89a7019b632699189044d59155b887ff36e0a /p11-kit/rpc-message.h
parent2fe688e8bd360ce2f364bfb6ef80e07712c9bb86 (diff)
downloadp11-kit-a96f354c3068edb6c8ac80ae6d9a6611651145d7.tar.gz
rpc: Send x-init-reserved to remote modulebefore-move
Signed-off-by: Stef Walter <stefw@redhat.com> * Fixed up indentation https://bugs.freedesktop.org/show_bug.cgi?id=80519
Diffstat (limited to 'p11-kit/rpc-message.h')
-rw-r--r--p11-kit/rpc-message.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/p11-kit/rpc-message.h b/p11-kit/rpc-message.h
index fc4d06e..9827097 100644
--- a/p11-kit/rpc-message.h
+++ b/p11-kit/rpc-message.h
@@ -137,7 +137,7 @@ typedef struct {
static const p11_rpc_call p11_rpc_calls[] = {
{ P11_RPC_CALL_ERROR, "ERROR", NULL, "u" },
- { P11_RPC_CALL_C_Initialize, "C_Initialize", "ay", "" },
+ { P11_RPC_CALL_C_Initialize, "C_Initialize", "ayyay", "" },
{ P11_RPC_CALL_C_Finalize, "C_Finalize", "", "" },
{ P11_RPC_CALL_C_GetInfo, "C_GetInfo", "", "vsusv" },
{ P11_RPC_CALL_C_GetSlotList, "C_GetSlotList", "yfu", "au" },