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>
Sat, 14 Aug 2010 00:10:50 +0000 (02:10 +0200)
source3/winbindd/idmap_tdb.c

index fc7ee1ab0953aa5945bcfa30b1e0e344f8276f9f..de5559dbff3908b5eb353d0d5c1cf82b04d4c52f 100644 (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);