1
0
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:
Mounir IDRASSI
2014-07-11 13:17:31 +02:00
parent 626a3aedd7
commit 516fda09a7

View File

@@ -958,7 +958,7 @@ BOOL DoDriverUnload (HWND hwndDlg)
} }
catch (...) { } 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::DriveFilter); } catch (...) { }
try { bootEnc.RegisterFilterDriver (false, BootEncryption::VolumeFilter); } catch (...) { } try { bootEnc.RegisterFilterDriver (false, BootEncryption::VolumeFilter); } catch (...) { }