diff options
Diffstat (limited to 'source3/registry')
-rw-r--r-- | source3/registry/reg_dispatcher.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/registry/reg_dispatcher.c b/source3/registry/reg_dispatcher.c index 8a516be8e2..46a49403fb 100644 --- a/source3/registry/reg_dispatcher.c +++ b/source3/registry/reg_dispatcher.c @@ -40,7 +40,7 @@ static WERROR construct_registry_sd(TALLOC_CTX *ctx, SEC_DESC **psd) struct security_ace ace[3]; size_t i = 0; SEC_DESC *sd; - SEC_ACL *theacl; + struct security_acl *theacl; size_t sd_size; /* basic access for Everyone */ |