diff options
author | Wilco Baan Hofman <wilco@baanhofman.nl> | 2009-03-01 14:06:36 +0100 |
---|---|---|
committer | Günther Deschner <gd@samba.org> | 2009-04-20 23:16:16 +0200 |
commit | c441b7dda8507b22a94146be0df77e54e623645a (patch) | |
tree | 6e04da3f0d697527a4f3ba67a940bab8826083ef /libgpo/gpo_util.c | |
parent | 7761850b1f6062b61fbb05124e23703c191229d1 (diff) | |
download | samba-c441b7dda8507b22a94146be0df77e54e623645a.tar.gz |
Add ads convenience functions to samba 4. Move gpo_ldap.c to root libgpo.
Signed-off-by: Günther Deschner <gd@samba.org>
Diffstat (limited to 'libgpo/gpo_util.c')
-rw-r--r-- | libgpo/gpo_util.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libgpo/gpo_util.c b/libgpo/gpo_util.c index 505400be8c9..d5e3f24c8df 100644 --- a/libgpo/gpo_util.c +++ b/libgpo/gpo_util.c @@ -315,7 +315,7 @@ void dump_gpo(ADS_STRUCT *ads, DEBUGADD(lvl,("security descriptor:\n")); - ads_disp_sd(ads, mem_ctx, gpo->security_descriptor); + NDR_PRINT_DEBUG(security_descriptor, gpo->security_descriptor); } /**************************************************************** |