2
0

Refactor in preparation of reading ext data prior to auth.

This commit is contained in:
Maarten Billemont
2019-09-30 13:08:04 -04:00
parent a2b1f22b53
commit 7fd0172815
6 changed files with 180 additions and 174 deletions

View File

@@ -489,7 +489,7 @@ void cli_user(Arguments *args, Operation *operation) {
mpw_free_string( &operation->sitesPath );
mpw_marshal_file_free( &operation->file );
operation->file = mpw_marshal_file( NULL, mpw_marshal_user(
operation->fullName, cli_masterKeyProvider_op( operation ), MPAlgorithmVersionCurrent ), NULL, NULL );
operation->fullName, cli_masterKeyProvider_op( operation ), MPAlgorithmVersionCurrent ), NULL );
}
else {