From ee528dc0f2b3f412f03d30233f98667e9f4a29fc Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Sun, 17 Sep 2006 20:01:56 +0000 Subject: r18596: removed superfluous semicolon (This used to be commit 4f3628dea69efce430bf96a42435025806853d90) --- source4/lib/ldb/tools/ad2oLschema.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source4') diff --git a/source4/lib/ldb/tools/ad2oLschema.c b/source4/lib/ldb/tools/ad2oLschema.c index 23cf892930..8b1203bff0 100644 --- a/source4/lib/ldb/tools/ad2oLschema.c +++ b/source4/lib/ldb/tools/ad2oLschema.c @@ -63,7 +63,7 @@ static void usage(void) 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, -- cgit