diff options
Diffstat (limited to 'source3')
-rw-r--r-- | source3/winbindd/idmap_tdb.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/source3/winbindd/idmap_tdb.c b/source3/winbindd/idmap_tdb.c index fc7ee1ab09..de5559dbff 100644 --- a/source3/winbindd/idmap_tdb.c +++ b/source3/winbindd/idmap_tdb.c @@ -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); |