mirror of
https://github.com/veracrypt/VeraCrypt.git
synced 2025-11-11 11:08:02 -06:00
Remove test inherited from TrueCrypt because it's always true since we inherited from version 0x71a
This commit is contained in:
@@ -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 (...) { }
|
||||
|
||||
Reference in New Issue
Block a user