ldb_tdb: Allow use of a TDB for ldb_tdb after as fork()
authorAndrew Bartlett <abartlet@samba.org>
Fri, 4 May 2018 10:22:26 +0000 (22:22 +1200)
committerAndrew Bartlett <abartlet@samba.org>
Wed, 9 May 2018 02:29:48 +0000 (04:29 +0200)
commit21366649410c29904a463b57e7d8688ce6e11381
tree413e7ef906743326147506240300a646db150c67
parent3b069156639e4d53f8bd392fe6a21c36ff0caa99
ldb_tdb: Allow use of a TDB for ldb_tdb after as fork()

Otherwise we rely on the caller doing tdb_reopen_all() which should
not be their job.

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