summaryrefslogtreecommitdiff
path: root/source3/libads
diff options
context:
space:
mode:
authorGünther Deschner <gd@samba.org>2006-09-23 21:06:33 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 12:01:04 -0500
commit846aa881cdc5a527d6ec35e085672580a3b59c99 (patch)
tree2c11a2da2dece03fcec2e54c517b3dd734b02663 /source3/libads
parent848d9342816dc522c3b05777095659ab653b8cd3 (diff)
downloadsamba-846aa881cdc5a527d6ec35e085672580a3b59c99.tar.gz
samba-846aa881cdc5a527d6ec35e085672580a3b59c99.tar.bz2
samba-846aa881cdc5a527d6ec35e085672580a3b59c99.zip
r18853: Fix remaining warnings. Volker, should be fine now.
Guenther (This used to be commit 40a6169aceb51dc7f73ae72ebac2e55c6b1edc3f)
Diffstat (limited to 'source3/libads')
-rw-r--r--source3/libads/gpo.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/libads/gpo.c b/source3/libads/gpo.c
index 85809d341f..1d5cdfa026 100644
--- a/source3/libads/gpo.c
+++ b/source3/libads/gpo.c
@@ -364,7 +364,7 @@ ADS_STATUS ads_delete_gpo_link(ADS_STRUCT *ads,
ADS_STATUS ads_parse_gpo(ADS_STRUCT *ads,
TALLOC_CTX *mem_ctx,
- void *res,
+ LDAPMessage *res,
const char *gpo_dn,
struct GROUP_POLICY_OBJECT *gpo)
{