mirror of
https://github.com/samba-team/samba.git
synced 2025-08-20 05:49:28 +03:00
s3-secdesc: remove "typedef struct security_ace SEC_ACE".
Guenther
This commit is contained in:
@ -691,7 +691,7 @@ static WERROR gp_reg_generate_sd(TALLOC_CTX *mem_ctx,
|
||||
struct security_descriptor **sd,
|
||||
size_t *sd_size)
|
||||
{
|
||||
SEC_ACE ace[6];
|
||||
struct security_ace ace[6];
|
||||
uint32_t mask;
|
||||
|
||||
SEC_ACL *theacl = NULL;
|
||||
|
Reference in New Issue
Block a user