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) {

Reply via email to