summaryrefslogtreecommitdiff
path: root/source3/winbindd
diff options
context:
space:
mode:
authorMichael Adam <obnox@samba.org>2010-06-17 08:12:43 +0200
committerMichael Adam <obnox@samba.org>2010-08-14 02:10:50 +0200
commit4301a81c995e0230eaac859c0a5444a90d944ed0 (patch)
tree452c3c82400b4c4685c6eb87214c0da0bbdde11d /source3/winbindd
parent10395064933bd1c92d647606b4b3958aaacaf759 (diff)
downloadsamba-4301a81c995e0230eaac859c0a5444a90d944ed0.tar.gz
samba-4301a81c995e0230eaac859c0a5444a90d944ed0.tar.bz2
samba-4301a81c995e0230eaac859c0a5444a90d944ed0.zip
s3:idmap_tdb: call idmap_tdb_init_hwm() from idmap_tdb_open_db().
Diffstat (limited to 'source3/winbindd')
-rw-r--r--source3/winbindd/idmap_tdb.c3
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);