1
0
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:
Günther Deschner
2010-05-18 03:25:38 +02:00
parent 8bc9c343c4
commit a8b01d1f3b
21 changed files with 97 additions and 102 deletions

View File

@ -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;