diff options
author | Günther Deschner <gd@samba.org> | 2010-05-18 03:30:40 +0200 |
---|---|---|
committer | Günther Deschner <gd@samba.org> | 2010-05-18 12:30:12 +0200 |
commit | 8951c8301ac8436d49e1641b2cc7775dda44d914 (patch) | |
tree | c85428c92ec6d4878b5628c83a57049a335b184b /source3/libgpo | |
parent | a8b01d1f3b4025af7e7a9d8b61deec6156737322 (diff) | |
download | samba-8951c8301ac8436d49e1641b2cc7775dda44d914.tar.gz samba-8951c8301ac8436d49e1641b2cc7775dda44d914.tar.bz2 samba-8951c8301ac8436d49e1641b2cc7775dda44d914.zip |
s3-secdesc: remove "typedef struct security_acl SEC_ACL".
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 885d7806d6..b628748769 100644 --- a/source3/libgpo/gpo_reg.c +++ b/source3/libgpo/gpo_reg.c @@ -694,7 +694,7 @@ static WERROR gp_reg_generate_sd(TALLOC_CTX *mem_ctx, struct security_ace ace[6]; uint32_t mask; - SEC_ACL *theacl = NULL; + struct security_acl *theacl = NULL; uint8_t inherit_flags; |