diff options
| author | Dan Engelbrecht <[email protected]> | 2022-03-23 00:08:34 +0100 |
|---|---|---|
| committer | Dan Engelbrecht <[email protected]> | 2022-03-23 00:08:34 +0100 |
| commit | 80ce2f85fae100c669d3a510baab15b25c7a60d5 (patch) | |
| tree | 99faad264cfc3370a94e47925f93248286c21fd6 /zenserver/testing/launch.cpp | |
| parent | Update undefined ZEN_WITH_COMPUTE_SERVICES (diff) | |
| download | zen-80ce2f85fae100c669d3a510baab15b25c7a60d5.tar.xz zen-80ce2f85fae100c669d3a510baab15b25c7a60d5.zip | |
clang format
Diffstat (limited to 'zenserver/testing/launch.cpp')
| -rw-r--r-- | zenserver/testing/launch.cpp | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/zenserver/testing/launch.cpp b/zenserver/testing/launch.cpp index 1236e6adb..0334429b0 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; |