s3:idmap_tdb: call idmap_tdb_init_hwm() from idmap_tdb_open_db().
authorMichael Adam <obnox@samba.org>
Thu, 17 Jun 2010 06:12:43 +0000 (08:12 +0200)
committerMichael Adam <obnox@samba.org>
Wed, 23 Jun 2010 10:22:14 +0000 (12:22 +0200)
source3/winbindd/idmap_tdb.c

index 5d7dd46db76b788ef5937c654b32691601d3d14d..d0575a90d88537be6fafe2cdde5d58cdf1a37260 100644 (file)
@@ -329,7 +329,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);