svn commit: samba r19095 - in branches/SAMBA_3_0/source/sam: .

gd at samba.org gd at samba.org
Thu Oct 5 09:41:28 GMT 2006


Author: gd
Date: 2006-10-05 09:41:27 +0000 (Thu, 05 Oct 2006)
New Revision: 19095

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

Log:
Fix some compile warnings.

Guenther

Modified:
   branches/SAMBA_3_0/source/sam/idmap_ad.c


Changeset:
Modified: branches/SAMBA_3_0/source/sam/idmap_ad.c
===================================================================
--- branches/SAMBA_3_0/source/sam/idmap_ad.c	2006-10-05 09:38:49 UTC (rev 19094)
+++ branches/SAMBA_3_0/source/sam/idmap_ad.c	2006-10-05 09:41:27 UTC (rev 19095)
@@ -150,7 +150,7 @@
 	NTSTATUS status = NT_STATUS_NONE_MAPPED;
 	const char *attrs[] = { "objectSid", NULL };
 	LDAPMessage *res = NULL;
-	void *msg = NULL;
+	LDAPMessage *msg = NULL;
 	char *expr = NULL;
 	fstring sid_string;
 	int count;
@@ -236,7 +236,7 @@
 						  ADS_ATTR_RFC2307_GIDNUMBER_OID,
 						  NULL };
 	LDAPMessage *res = NULL;
-	void *msg = NULL;
+	LDAPMessage *msg = NULL;
 	char *expr = NULL;
 	uint32 atype, uid;
 	char *sidstr;



More information about the samba-cvs mailing list