Windows: fix keys parts not shown in system encryption wizard when the display keys checkbox is checked. This occurred when the "Display pool content" in the previous wizard page was unchecked before clicking Next.

This commit is contained in:
Mounir IDRASSI 2016-04-17 00:57:24 +02:00
parent 133afdc9e6
commit e51aafb499
1 changed files with 1 additions and 1 deletions

View File

@ -1005,7 +1005,7 @@ int CreateVolumeHeaderInMemory (HWND hwndDlg, BOOL bBoot, char *header, int ea,
#ifdef VOLFORMAT
if (showKeys && !bInPlaceEncNonSys)
if (!bInPlaceEncNonSys && (showKeys || (bBoot && !masterKeydata)))
{
BOOL dots3 = FALSE;
int i, j;