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

tridge at samba.org tridge at samba.org
Sun Sep 17 20:01:56 GMT 2006


Author: tridge
Date: 2006-09-17 20:01:56 +0000 (Sun, 17 Sep 2006)
New Revision: 18596

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

Log:

removed superfluous semicolon

Modified:
   branches/SAMBA_4_0/source/lib/ldb/tools/ad2oLschema.c


Changeset:
Modified: branches/SAMBA_4_0/source/lib/ldb/tools/ad2oLschema.c
===================================================================
--- branches/SAMBA_4_0/source/lib/ldb/tools/ad2oLschema.c	2006-09-17 20:01:15 UTC (rev 18595)
+++ branches/SAMBA_4_0/source/lib/ldb/tools/ad2oLschema.c	2006-09-17 20:01:56 UTC (rev 18596)
@@ -63,7 +63,7 @@
 	printf("\n");
 	printf("Converts records from an AD-like LDIF schema into an openLdap formatted schema\n\n");
 	exit(1);
-};
+}
 
 static int fetch_attrs_schema(struct ldb_context *ldb, struct ldb_dn *schemadn,
 			      TALLOC_CTX *mem_ctx, 



More information about the samba-cvs mailing list