From 64577d5e0fb8795929fd5e04eef385593ca1f8f6 Mon Sep 17 00:00:00 2001 From: Maarten Billemont Date: Fri, 20 Sep 2019 15:01:38 -0400 Subject: [PATCH] API update. --- platform-independent/c/cli/src/mpw-cli.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/platform-independent/c/cli/src/mpw-cli.c b/platform-independent/c/cli/src/mpw-cli.c index 80275d09..4f1a946e 100644 --- a/platform-independent/c/cli/src/mpw-cli.c +++ b/platform-independent/c/cli/src/mpw-cli.c @@ -488,8 +488,8 @@ void cli_user(Arguments *args, Operation *operation) { // If no user from mpsites, create a new one. mpw_free_string( &operation->sitesPath ); mpw_marshal_file_free( &operation->file ); - operation->file = mpw_marshal_file( mpw_marshal_user( - operation->fullName, cli_masterKeyProvider_op( operation ), MPAlgorithmVersionCurrent ), NULL ); + operation->file = mpw_marshal_file( NULL, mpw_marshal_user( + operation->fullName, cli_masterKeyProvider_op( operation ), MPAlgorithmVersionCurrent ), NULL, NULL ); } else {