aboutsummaryrefslogtreecommitdiff
path: root/zenserver/testing/launch.cpp
diff options
context:
space:
mode:
authorStefan Boberg <[email protected]>2022-04-25 11:59:45 +0200
committerStefan Boberg <[email protected]>2022-04-25 11:59:45 +0200
commit21c9ec50b57821d150a3ba61ccff51a55383e031 (patch)
tree2acf72b77c32cc3dc3e3544c1767953acd2848f2 /zenserver/testing/launch.cpp
parentAdded option to use Catch2 framework for tests (diff)
parentCompute tweaks (#78) (diff)
downloadzen-21c9ec50b57821d150a3ba61ccff51a55383e031.tar.xz
zen-21c9ec50b57821d150a3ba61ccff51a55383e031.zip
Merge from main
Diffstat (limited to 'zenserver/testing/launch.cpp')
-rw-r--r--zenserver/testing/launch.cpp8
1 files changed, 4 insertions, 4 deletions
diff --git a/zenserver/testing/launch.cpp b/zenserver/testing/launch.cpp
index 0334429b0..1236e6adb 100644
--- a/zenserver/testing/launch.cpp
+++ b/zenserver/testing/launch.cpp
@@ -167,10 +167,10 @@ SandboxedJob::GrantNamedObjectAccess(PWSTR ObjectName, SE_OBJECT_TYPE ObjectType
.grfAccessMode = GRANT_ACCESS,
.grfInheritance = grfInhericance,
.Trustee = {.pMultipleTrustee = nullptr,
- .MultipleTrusteeOperation = NO_MULTIPLE_TRUSTEE,
- .TrusteeForm = TRUSTEE_IS_SID,
- .TrusteeType = TRUSTEE_IS_GROUP,
- .ptstrName = (PWSTR)m_AppContainerSid}};
+ .MultipleTrusteeOperation = NO_MULTIPLE_TRUSTEE,
+ .TrusteeForm = TRUSTEE_IS_SID,
+ .TrusteeType = TRUSTEE_IS_GROUP,
+ .ptstrName = (PWSTR)m_AppContainerSid}};
PACL OldAcl = nullptr;