diff options
author | Günther Deschner <gd@samba.org> | 2010-05-18 03:25:38 +0200 |
---|---|---|
committer | Günther Deschner <gd@samba.org> | 2010-05-18 12:30:11 +0200 |
commit | a8b01d1f3b4025af7e7a9d8b61deec6156737322 (patch) | |
tree | 46f560cfd41acc773857a0cd890fa09e9862a2ef /source3/libgpo | |
parent | 8bc9c343c4fe4e6f6c0283fd15e86caf6b8c1085 (diff) | |
download | samba-a8b01d1f3b4025af7e7a9d8b61deec6156737322.tar.gz samba-a8b01d1f3b4025af7e7a9d8b61deec6156737322.tar.bz2 samba-a8b01d1f3b4025af7e7a9d8b61deec6156737322.zip |
s3-secdesc: remove "typedef struct security_ace SEC_ACE".
Guenther
Diffstat (limited to 'source3/libgpo')
-rw-r--r-- | source3/libgpo/gpo_reg.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/libgpo/gpo_reg.c b/source3/libgpo/gpo_reg.c index b4a9e29177..885d7806d6 100644 --- a/source3/libgpo/gpo_reg.c +++ b/source3/libgpo/gpo_reg.c @@ -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; |