mirror of
https://github.com/veracrypt/VeraCrypt.git
synced 2025-11-11 02:58:02 -06:00
Window: fix regression that caused only a single keyfile to be taken into account.
This commit is contained in:
@@ -129,7 +129,9 @@ void KeyFileCloneAll (KeyFile *firstKeyFile, KeyFile **outputKeyFile)
|
||||
KeyFile *cloneFirstKeyFile = KeyFileClone (firstKeyFile);
|
||||
KeyFile *kf;
|
||||
|
||||
KeyFileRemoveAll (outputKeyFile);
|
||||
// free output only if different from input
|
||||
if (*outputKeyFile != firstKeyFile)
|
||||
KeyFileRemoveAll (outputKeyFile);
|
||||
if (firstKeyFile)
|
||||
{
|
||||
kf = firstKeyFile->Next;
|
||||
|
||||
Reference in New Issue
Block a user