From 4301a81c995e0230eaac859c0a5444a90d944ed0 Mon Sep 17 00:00:00 2001 From: Michael Adam Date: Thu, 17 Jun 2010 08:12:43 +0200 Subject: [PATCH] s3:idmap_tdb: call idmap_tdb_init_hwm() from idmap_tdb_open_db(). --- source3/winbindd/idmap_tdb.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/source3/winbindd/idmap_tdb.c b/source3/winbindd/idmap_tdb.c index fc7ee1ab095..de5559dbff3 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); -- 2.34.1