1
0
mirror of https://github.com/samba-team/samba.git synced 2025-03-05 20:58:40 +03:00

s4:schema Don't free mem_ctx before it is initilised

This commit is contained in:
Andrew Bartlett 2009-04-03 10:33:12 +11:00
parent 2f04b7d29a
commit 6e6094d780

View File

@ -57,7 +57,6 @@ static int dsdb_schema_set_attributes(struct ldb_context *ldb, struct dsdb_schem
ldb_schema_attribute_set_override_handler(ldb, dsdb_attribute_handler_override, schema);
if (!write_attributes) {
talloc_free(mem_ctx);
return ret;
}