summaryrefslogtreecommitdiff
path: root/source4/lib
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>2006-09-17 20:01:56 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 14:18:54 -0500
commitee528dc0f2b3f412f03d30233f98667e9f4a29fc (patch)
treef5ecd2f1cecf0f5a8fe206a448a11b5256f61f63 /source4/lib
parentdb6dcaae16a3471cea1db893b807650a49db9600 (diff)
downloadsamba-ee528dc0f2b3f412f03d30233f98667e9f4a29fc.tar.gz
samba-ee528dc0f2b3f412f03d30233f98667e9f4a29fc.tar.bz2
samba-ee528dc0f2b3f412f03d30233f98667e9f4a29fc.zip
r18596: removed superfluous semicolon
(This used to be commit 4f3628dea69efce430bf96a42435025806853d90)
Diffstat (limited to 'source4/lib')
-rw-r--r--source4/lib/ldb/tools/ad2oLschema.c2
1 files changed, 1 insertions, 1 deletions
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,