mirror of
https://github.com/reactos/reactos.git
synced 2025-08-05 18:52:57 +00:00
- Remove unnecessary assignment.
svn path=/trunk/; revision=53532
This commit is contained in:
parent
1461196343
commit
180a02335c
1 changed files with 0 additions and 1 deletions
|
@ -1109,7 +1109,6 @@ CmpLoadHiveThread(IN PVOID StartContext)
|
|||
RegStart = RegName.Length;
|
||||
|
||||
/* Build the base name */
|
||||
RegName.Length = RegStart;
|
||||
RtlInitUnicodeString(&TempName, CmpMachineHiveList[i].BaseName);
|
||||
RtlAppendStringToString((PSTRING)&RegName, (PSTRING)&TempName);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue