From 762892bb79abe0f6dc4a26b57c943689f720a59e Mon Sep 17 00:00:00 2001 From: Kevin Wasserman Date: Thu, 19 Dec 2013 17:08:03 -0500 Subject: [PATCH] msrpc fixes for libmoonshot abi change --- libmoonshot/libmoonshot-msrpc.c | 4 +++- libmoonshot/moonshot-msrpc.idl | 3 ++- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/libmoonshot/libmoonshot-msrpc.c b/libmoonshot/libmoonshot-msrpc.c index 3563939..8e59c1a 100644 --- a/libmoonshot/libmoonshot-msrpc.c +++ b/libmoonshot/libmoonshot-msrpc.c @@ -398,6 +398,7 @@ int moonshot_install_id_card (const char *display_name, const char *subject, const char *subject_alt, const char *server_cert, + int force_flat_file_store, MoonshotError **error) { int success = FALSE; @@ -426,7 +427,8 @@ int moonshot_install_id_card (const char *display_name, ca_cert, subject, subject_alt, - server_cert); + server_cert, + force_flat_file_store); } RPC_EXCEPT { *error = moonshot_error_new_from_status (MOONSHOT_ERROR_IPC_ERROR, diff --git a/libmoonshot/moonshot-msrpc.idl b/libmoonshot/moonshot-msrpc.idl index 2dc0d7e..ab64963 100644 --- a/libmoonshot/moonshot-msrpc.idl +++ b/libmoonshot/moonshot-msrpc.idl @@ -34,5 +34,6 @@ interface moonshot [in, string] const char *ca_cert, [in, string] const char *subject, [in, string] const char *subject_alt, - [in, string] const char *server_cert); + [in, string] const char *server_cert, + int force_flat_file_store); } -- 2.1.4