[NTOS:OB] Use RtlInitUnicodeString for constant string

CORE-17637
This commit is contained in:
Jérôme Gardou 2021-06-17 17:59:32 +02:00 committed by Jérôme Gardou
parent 8178996559
commit 3ad38f29b5

View file

@ -259,7 +259,7 @@ ObpCreateDosDevicesDirectory(VOID)
* DosDevices directory \?? , for backward compatibility with
* Windows NT-2000 systems.
*/
RtlCreateUnicodeString(&LinkName, L"\\DosDevices");
RtlInitUnicodeString(&LinkName, L"\\DosDevices");
RtlInitUnicodeString(&RootName, (PCWSTR)&ObpDosDevicesShortNameRoot);
InitializeObjectAttributes(&ObjectAttributes,
&LinkName,