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:
parent
1039506493
commit
4301a81c99
@ -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);
|
||||
|
Loading…
x
Reference in New Issue
Block a user