smbd: Use dbwrap_do_locked() in add_fd_to_close_entry()
commit4204ed2b82fd8e9f6faf6e05a009d0ad7742c649
authorVolker Lendecke <vl@samba.org>
Fri, 23 Aug 2019 16:11:57 +0000 (23 18:11 +0200)
committerJeremy Allison <jra@samba.org>
Tue, 10 Sep 2019 23:14:31 +0000 (10 23:14 +0000)
tree5b4c4f55213ea560a7a00a142b016794a3abc2f3
parent92c2a723b278fb0338248bfb1fd1c1f4b90dce2b
smbd: Use dbwrap_do_locked() in add_fd_to_close_entry()

Less explicit talloc. Right now dbwrap_rbt behind the scenes does a
dbwrap_fetch_locked(), but that will eventually change.

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