lib: Allow DBWRAP_LOCK_ORDER_NONE in db_open()
authorVolker Lendecke <vl@samba.org>
Thu, 21 Nov 2019 14:20:33 +0000 (15:20 +0100)
committerJeremy Allison <jra@samba.org>
Fri, 15 May 2020 00:48:32 +0000 (00:48 +0000)
commit66d62ed7978cc0bc1d7bb6c495e32738802f4420
tree3c77bc74ca930520a213961277f2b62c5325ada8
parent5ae58cd0db34d6c406794fa2301df81d835c2ea8
lib: Allow DBWRAP_LOCK_ORDER_NONE in db_open()

locking.tdb will not have a LOCK_ORDER anymore, this will be done by
the code in g_lock.c. We need to allow opening a database with dbwrap
without having a lock order.

Signed-off-by: Volker Lendecke <vl@samba.org>
Reviewed-by: Jeremy Allison <jra@samba.org>
source3/lib/dbwrap/dbwrap_open.c