mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-03 12:23:25 +00: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