1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-26 10:04:02 +03:00

s3:idmap_tdb: call idmap_tdb_init_hwm() from idmap_tdb_open_db().

This commit is contained in:
Michael Adam 2010-06-17 08:12:43 +02:00
parent 1039506493
commit 4301a81c99

View File

@ -328,7 +328,8 @@ static NTSTATUS idmap_tdb_open_db(struct idmap_domain *dom)
}
ctx->db = talloc_move(ctx, &db);
ret = NT_STATUS_OK;
ret = idmap_tdb_init_hwm(dom);
done:
talloc_free(mem_ctx);