svn commit: samba r16067 - in branches/SAMBA_4_0/source/lib/ldb/samba: .

abartlet at samba.org abartlet at samba.org
Tue Jun 6 22:10:55 GMT 2006


Author: abartlet
Date: 2006-06-06 22:10:52 +0000 (Tue, 06 Jun 2006)
New Revision: 16067

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

Log:
Remove const, it isn't required and just causes a warning.

Andrew Bartlett

Modified:
   branches/SAMBA_4_0/source/lib/ldb/samba/ldif_handlers.c


Changeset:
Modified: branches/SAMBA_4_0/source/lib/ldb/samba/ldif_handlers.c
===================================================================
--- branches/SAMBA_4_0/source/lib/ldb/samba/ldif_handlers.c	2006-06-06 22:04:55 UTC (rev 16066)
+++ branches/SAMBA_4_0/source/lib/ldb/samba/ldif_handlers.c	2006-06-06 22:10:52 UTC (rev 16067)
@@ -284,7 +284,7 @@
 					    const struct ldb_val *in, struct ldb_val *out)
 {
 	struct ldb_dn *dn1 = NULL;
-	const char *oc1;
+	char *oc1;
 
 	dn1 = ldb_dn_explode(mem_ctx, (char *)in->data);
 	if (dn1 == NULL) {



More information about the samba-cvs mailing list