Merge pull request #3038 from lmou523/FixDirLinkErr

FixDirLinkErr
This commit is contained in:
DavidXanatos 2023-06-17 12:12:42 +02:00 committed by GitHub
commit 43b651f671
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -643,7 +643,7 @@ _FX void Ipc_CreateObjects(void)
wcscpy(buffer, CopyPath);
wcscat(buffer, L"\\Global");
status = SbieApi_CreateDirOrLink(buffer, buffer2);
status = SbieApi_CreateDirOrLink(buffer, CopyPath);
if (! NT_SUCCESS(status)) {
errlvl = 41;