diff options
author | Andrew Tridgell <tridge@samba.org> | 2006-09-17 20:01:56 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 14:18:54 -0500 |
commit | ee528dc0f2b3f412f03d30233f98667e9f4a29fc (patch) | |
tree | f5ecd2f1cecf0f5a8fe206a448a11b5256f61f63 /source4/lib/ldb/tools/ad2oLschema.c | |
parent | db6dcaae16a3471cea1db893b807650a49db9600 (diff) | |
download | samba-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/ldb/tools/ad2oLschema.c')
-rw-r--r-- | source4/lib/ldb/tools/ad2oLschema.c | 2 |
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, |