s3:winbind: use transaction in idmap_tdb2_allocate_id_action().
authorMichael Adam <obnox@samba.org>
Wed, 29 Jul 2009 12:39:30 +0000 (14:39 +0200)
committerMichael Adam <obnox@samba.org>
Wed, 29 Jul 2009 14:26:25 +0000 (16:26 +0200)
commitbd34de10bc4f814c943c5deac0028fc2cc8a1f12
treec21d2470c568110fe8cc5fbf4f23e16d9a338129
parent05794380395bad93aac5b225e07a446864740e78
s3:winbind: use transaction in idmap_tdb2_allocate_id_action().

This uses the new dbwrap_trans_change_uint32_atomic()
instead of dbwrap_change_uint32_atomic().

Now all db write operations in idmap_tdb2.c are using
transactions.

Michael
source3/winbindd/idmap_tdb2.c