mirror of
https://github.com/veracrypt/VeraCrypt
synced 2024-11-10 05:03:33 +01:00
Windows: Fix writing wrong EFI configuration options to registry
This commit is contained in:
parent
b6ca123ade
commit
a47f67bcc1
@ -5053,7 +5053,7 @@ namespace VeraCrypt
|
||||
|
||||
void BootEncryption::SetServiceConfigurationFlag (uint32 flag, bool state)
|
||||
{
|
||||
DWORD configMap = ReadDriverConfigurationFlags();
|
||||
DWORD configMap = ReadServiceConfigurationFlags();
|
||||
|
||||
if (state)
|
||||
configMap |= flag;
|
||||
|
Loading…
Reference in New Issue
Block a user