API update.
This commit is contained in:
parent
57f77e4f8e
commit
64577d5e0f
@ -488,8 +488,8 @@ void cli_user(Arguments *args, Operation *operation) {
|
|||||||
// If no user from mpsites, create a new one.
|
// If no user from mpsites, create a new one.
|
||||||
mpw_free_string( &operation->sitesPath );
|
mpw_free_string( &operation->sitesPath );
|
||||||
mpw_marshal_file_free( &operation->file );
|
mpw_marshal_file_free( &operation->file );
|
||||||
operation->file = mpw_marshal_file( mpw_marshal_user(
|
operation->file = mpw_marshal_file( NULL, mpw_marshal_user(
|
||||||
operation->fullName, cli_masterKeyProvider_op( operation ), MPAlgorithmVersionCurrent ), NULL );
|
operation->fullName, cli_masterKeyProvider_op( operation ), MPAlgorithmVersionCurrent ), NULL, NULL );
|
||||||
}
|
}
|
||||||
|
|
||||||
else {
|
else {
|
||||||
|
Loading…
Reference in New Issue
Block a user