[NTOSKRNL] Fix ObpLUIDDeviceMapsEnabled initialization

This commit is contained in:
Pierre Schweitzer 2019-06-10 21:16:41 +02:00
parent 8f285f71c9
commit 33604e0147
No known key found for this signature in database
GPG key ID: 7545556C3D585B0B

View file

@ -188,6 +188,8 @@ ObpCreateDosDevicesDirectory(VOID)
*/
if (ObpProtectionMode == 0 || ObpLUIDDeviceMapsDisabled != 0)
ObpLUIDDeviceMapsEnabled = 0;
else
ObpLUIDDeviceMapsEnabled = 1;
/* Create a custom security descriptor for the global DosDevices directory */
Status = ObpGetDosDevicesProtection(&DosDevicesSD);