[USERENV] SetUserEnvironmentVariable(): Remove use of uninit' ShortName

Addendum to 96fe018 (r72066).
This commit is contained in:
Serge Gautherie 2021-05-24 08:56:17 +02:00 committed by Stanislav Motylkov
parent 8669679499
commit 13a145b6d8

View file

@ -88,8 +88,6 @@ SetUserEnvironmentVariable(PWSTR* Environment,
{
DPRINT("GetShortPathNameW() failed for %S (Error %lu)\n", DstValue.Buffer, GetLastError());
}
DPRINT("Buffer: %S\n", ShortName);
}
RtlInitUnicodeString(&Name, lpName);