1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-15 23:24:37 +03:00

r18596: removed superfluous semicolon

(This used to be commit 4f3628dea69efce430bf96a42435025806853d90)
This commit is contained in:
Andrew Tridgell 2006-09-17 20:01:56 +00:00 committed by Gerald (Jerry) Carter
parent db6dcaae16
commit ee528dc0f2

View File

@ -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,