mirror of
https://github.com/reactos/reactos.git
synced 2026-06-05 03:02:59 +08:00
[NTOSKRNL] Fix ObpLUIDDeviceMapsEnabled initialization
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user