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

No differences found