diff options
author | Günther Deschner <gd@samba.org> | 2010-06-02 23:35:44 +0200 |
---|---|---|
committer | Günther Deschner <gd@samba.org> | 2010-06-03 11:00:12 +0200 |
commit | a75436e3ee11fa1491bfa574523269be716fc892 (patch) | |
tree | 16b926c2956bfb9bbf2e4814c86bca985cd8d85a /libgpo | |
parent | e24a59f932897888cadae31469366663aca1a414 (diff) | |
download | samba-a75436e3ee11fa1491bfa574523269be716fc892.tar.gz |
s3-security: use shared SECINFO_DACL define.
Guenther
Diffstat (limited to 'libgpo')
-rw-r--r-- | libgpo/gpo_ldap.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libgpo/gpo_ldap.c b/libgpo/gpo_ldap.c index 66e90fb0c9..367756d7a2 100644 --- a/libgpo/gpo_ldap.c +++ b/libgpo/gpo_ldap.c @@ -485,7 +485,7 @@ ADS_STATUS ads_get_gpo(ADS_STRUCT *ads, "ntSecurityDescriptor", "versionNumber", NULL}; - uint32_t sd_flags = DACL_SECURITY_INFORMATION; + uint32_t sd_flags = SECINFO_DACL; ZERO_STRUCTP(gpo); |