1
0
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:
Mounir IDRASSI
2015-09-18 15:02:40 +02:00
parent c447b45d45
commit e8ea23e719

View File

@@ -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;
}