1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-28 07:21:54 +03:00

r18596: removed superfluous semicolon

This commit is contained in:
Andrew Tridgell 2006-09-17 20:01:56 +00:00 committed by Gerald (Jerry) Carter
parent 7120fbffa5
commit 4f3628dea6

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,