svn commit: samba r18853 - in branches/SAMBA_3_0/source: libads utils

gd at samba.org gd at samba.org
Sat Sep 23 21:06:33 GMT 2006


Author: gd
Date: 2006-09-23 21:06:33 +0000 (Sat, 23 Sep 2006)
New Revision: 18853

WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=18853

Log:
Fix remaining warnings. Volker, should be fine now.

Guenther

Modified:
   branches/SAMBA_3_0/source/libads/gpo.c
   branches/SAMBA_3_0/source/utils/net_ads_gpo.c


Changeset:
Modified: branches/SAMBA_3_0/source/libads/gpo.c
===================================================================
--- branches/SAMBA_3_0/source/libads/gpo.c	2006-09-23 20:53:45 UTC (rev 18852)
+++ branches/SAMBA_3_0/source/libads/gpo.c	2006-09-23 21:06:33 UTC (rev 18853)
@@ -364,7 +364,7 @@
 
 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)
 {

Modified: branches/SAMBA_3_0/source/utils/net_ads_gpo.c
===================================================================
--- branches/SAMBA_3_0/source/utils/net_ads_gpo.c	2006-09-23 20:53:45 UTC (rev 18852)
+++ branches/SAMBA_3_0/source/utils/net_ads_gpo.c	2006-09-23 21:06:33 UTC (rev 18853)
@@ -135,7 +135,7 @@
 	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;



More information about the samba-cvs mailing list