mirror of
https://github.com/reactos/reactos.git
synced 2025-05-30 14:39:46 +00:00
[NTOSKRNL] Fix ObpLUIDDeviceMapsEnabled initialization
This commit is contained in:
parent
8f285f71c9
commit
33604e0147
1 changed files with 2 additions and 0 deletions
|
@ -188,6 +188,8 @@ ObpCreateDosDevicesDirectory(VOID)
|
||||||
*/
|
*/
|
||||||
if (ObpProtectionMode == 0 || ObpLUIDDeviceMapsDisabled != 0)
|
if (ObpProtectionMode == 0 || ObpLUIDDeviceMapsDisabled != 0)
|
||||||
ObpLUIDDeviceMapsEnabled = 0;
|
ObpLUIDDeviceMapsEnabled = 0;
|
||||||
|
else
|
||||||
|
ObpLUIDDeviceMapsEnabled = 1;
|
||||||
|
|
||||||
/* Create a custom security descriptor for the global DosDevices directory */
|
/* Create a custom security descriptor for the global DosDevices directory */
|
||||||
Status = ObpGetDosDevicesProtection(&DosDevicesSD);
|
Status = ObpGetDosDevicesProtection(&DosDevicesSD);
|
||||||
|
|
Loading…
Reference in a new issue