ldb: Force use of a private event context in ldb_tdb
authorAndrew Bartlett <abartlet@samba.org>
Fri, 12 May 2017 00:28:02 +0000 (02:28 +0200)
committerAndrew Bartlett <abartlet@samba.org>
Wed, 31 May 2017 04:34:26 +0000 (06:34 +0200)
commit25795c3da920adba845367bf3394b5ba5912c1d5
tree9b8c68caafda2a35bf95b56b1c6672380135d84c
parentcd97f4597603c0aa6ad91883a036a206e48df092
ldb: Force use of a private event context in ldb_tdb

ldb_tdb holds locks while making callbacks, so force the use of a per-request event context

Signed-off-by: Andrew Bartlett <abartlet@samba.org>
Reviewed-by: Stefan Metzmacher <metze@samba.org>
Reviewed-by: Garming Sam <garming@catalyst.net.nz>
lib/ldb/ldb_tdb/ldb_tdb.c