mirror of
https://github.com/veracrypt/VeraCrypt.git
synced 2025-11-11 02:58:02 -06:00
Windows: fix regression that made Favorite fail to load a logon.
This commit is contained in:
@@ -6075,7 +6075,7 @@ BOOL CALLBACK MainDialogProc (HWND hwndDlg, UINT uMsg, WPARAM wParam, LPARAM lPa
|
||||
defaultKeyFilesParam.FirstKeyFile = KeyFileCloneAll (FirstCmdKeyFile);
|
||||
}
|
||||
|
||||
if (!MountFavoriteVolumes (FALSE, LogOn))
|
||||
if (!MountFavoriteVolumes (hwndDlg, FALSE, LogOn))
|
||||
exitCode = 1;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user