summaryrefslogtreecommitdiffhomepage
path: root/src/acl/ntapi_acl_helper.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/acl/ntapi_acl_helper.c')
-rw-r--r--src/acl/ntapi_acl_helper.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/acl/ntapi_acl_helper.c b/src/acl/ntapi_acl_helper.c
index 6940f90..9d24554 100644
--- a/src/acl/ntapi_acl_helper.c
+++ b/src/acl/ntapi_acl_helper.c
@@ -241,7 +241,7 @@ static int32_t __acl_init_common_meta_strict(
meta->other_sid = m.other_sid;
meta->admin_ace = m.admin_ace;
meta->admin_sid = m.admin_sid;
- meta->system_acc = 0;
+ meta->system_acc = m.system_acc;
return NT_STATUS_SUCCESS;
}