tdb: Make tdb_release_transaction_locks use tdb_allrecord_unlock
commitfcb345f5d6be9659a0f8a5afe62a937010a33d5c
authorVolker Lendecke <vl@samba.org>
Sat, 16 Feb 2013 21:08:52 +0000 (16 22:08 +0100)
committerStefan Metzmacher <metze@samba.org>
Tue, 19 Feb 2013 14:46:45 +0000 (19 15:46 +0100)
treea73c0489ae6e35c38299695739ab9c0707d38661
parent5929e38b6cdbd4f9721293a19f079ceae1af76b0
tdb: Make tdb_release_transaction_locks use tdb_allrecord_unlock

The transaction code uses tdb_alrecord_lock/upgrade, so it should also
use the tdb_allrecord_unlock function just for symmetry reasons

Signed-off-by: Volker Lendecke <vl@samba.org>
Reviewed-by: Stefan Metzmacher <metze@samba.org>
lib/tdb/common/lock.c