Skip to content

Commit

Permalink
Merge pull request #3038 from lmou523/FixDirLinkErr
Browse files Browse the repository at this point in the history
FixDirLinkErr
  • Loading branch information
DavidXanatos committed Jun 17, 2023
2 parents 62415c2 + 87846ad commit 43b651f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sandboxie/core/dll/ipc.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 43b651f

Please sign in to comment.