mirror of
https://github.com/veracrypt/VeraCrypt
synced 2024-11-10 13:13:34 +01:00
Remove test inherited from TrueCrypt because it's always true since we inherited from version 0x71a
This commit is contained in:
parent
626a3aedd7
commit
516fda09a7
@ -958,7 +958,7 @@ BOOL DoDriverUnload (HWND hwndDlg)
|
||||
}
|
||||
catch (...) { }
|
||||
|
||||
if (bUninstallInProgress && driverVersion >= 0x500 && !bootEnc.GetStatus().DriveMounted)
|
||||
if (bUninstallInProgress && !bootEnc.GetStatus().DriveMounted)
|
||||
{
|
||||
try { bootEnc.RegisterFilterDriver (false, BootEncryption::DriveFilter); } catch (...) { }
|
||||
try { bootEnc.RegisterFilterDriver (false, BootEncryption::VolumeFilter); } catch (...) { }
|
||||
|
Loading…
Reference in New Issue
Block a user