summaryrefslogtreecommitdiff
path: root/source3/utils/net_ads_gpo.c
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/utils/net_ads_gpo.c
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/utils/net_ads_gpo.c')
-rw-r--r--source3/utils/net_ads_gpo.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/utils/net_ads_gpo.c b/source3/utils/net_ads_gpo.c
index de8a5477f8..094ab09938 100644
--- a/source3/utils/net_ads_gpo.c
+++ b/source3/utils/net_ads_gpo.c
@@ -135,7 +135,7 @@ static int net_ads_gpo_list(int argc, const char **argv)
ADS_STATUS status;
LDAPMessage *res = NULL;
int num_reply = 0;
- void *msg = NULL;
+ LDAPMessage *msg = NULL;
struct GROUP_POLICY_OBJECT gpo;
TALLOC_CTX *mem_ctx;
char *dn;