dbwrap: Factor out the core dbwrap lock order logic
authorVolker Lendecke <vl@samba.org>
Thu, 20 Jul 2017 14:31:14 +0000 (16:31 +0200)
committerRalph Boehme <slow@samba.org>
Tue, 25 Jul 2017 15:43:16 +0000 (17:43 +0200)
commit45f5a55ae6bf2fdc09cbbc83c127628a1b55b6ef
tree279c9db501b7d2210dd1e2e874d04c4a67cc9ebe
parent10c59f5b2052a5d3edf69444aaf46b05d2cd3a31
dbwrap: Factor out the core dbwrap lock order logic

This will allow dbwrap_do_locked to check the order without talloc

Signed-off-by: Volker Lendecke <vl@samba.org>
Reviewed-by: Ralph Boehme <slow@samba.org>
lib/dbwrap/dbwrap.c