idmap_tdb2: use transactions in tdb store operations.
authorMichael Adam <obnox@samba.org>
Thu, 25 Dec 2008 22:21:36 +0000 (23:21 +0100)
committerMichael Adam <obnox@samba.org>
Thu, 25 Dec 2008 22:28:08 +0000 (23:28 +0100)
commit7337f1e2479763c93989bcc568de381bad793ffb
treea1e23fb49b5e3d885b8c57b79e3209e67398ec96
parent8fa83ebb727f5f1a94e9e2de73123633fa05d6ab
idmap_tdb2: use transactions in tdb store operations.

These two dbwrap_trans_store_int32 calls got lost in commit
cf9baeed210cb5ebddbb1c56a2c49d16eb24c49f
(remove "idmap alloc config : range" parameter).

The problem seems to have been that the idmap rewrite
was originally done in v3-3-test before the switch of idmap_tdb2
to transactions while in v3-2-ctdb, the order was reversed.

Michael
source/winbindd/idmap_tdb2.c