From a75436e3ee11fa1491bfa574523269be716fc892 Mon Sep 17 00:00:00 2001 From: Günther Deschner Date: Wed, 2 Jun 2010 23:35:44 +0200 Subject: s3-security: use shared SECINFO_DACL define. Guenther --- libgpo/gpo_ldap.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libgpo') 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); -- cgit