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

metze at samba.org metze at samba.org
Sun May 6 21:28:04 GMT 2007


Author: metze
Date: 2007-05-06 21:28:03 +0000 (Sun, 06 May 2007)
New Revision: 22723

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

Log:
fix compiler warnings

metze
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	2007-05-06 21:27:35 UTC (rev 22722)
+++ branches/SAMBA_4_0/source/lib/ldb/samba/ldif_handlers.c	2007-05-06 21:28:03 UTC (rev 22723)
@@ -437,7 +437,7 @@
 	for (i=0; i < ARRAY_SIZE(samba_attributes); i++) {
 		int ret;
 		uint32_t j;
-		struct ldb_schema_syntax *s = NULL;
+		const struct ldb_schema_syntax *s = NULL;
 
 		for (j=0; j < ARRAY_SIZE(samba_syntaxes); j++) {
 			if (strcmp(samba_attributes[i].syntax, samba_syntaxes[j].name) == 0) {



More information about the samba-cvs mailing list