smbd: pass tevent context to create_conn_struct_as_root()
authorRalph Boehme <slow@samba.org>
Tue, 15 Jun 2021 09:17:57 +0000 (11:17 +0200)
committerRalph Boehme <slow@samba.org>
Wed, 16 Jun 2021 05:08:29 +0000 (05:08 +0000)
commit16c39b81d6f2c7d75cfe72bbbe2f6a5bde42c7b0
tree019f85f312bc5843a9169763cb6868cbfd168bc1
parent1ef2828e1025e4c89292df1dfa6161c4453b3afe
smbd: pass tevent context to create_conn_struct_as_root()

The next commit will add another caller of create_conn_struct_as_root() that is
going to pass a long-lived tevent context.

BUG: https://bugzilla.samba.org/show_bug.cgi?id=14740

Signed-off-by: Ralph Boehme <slow@samba.org>
Reviewed-by: Jeremy Allison <jra@samba.org>
source3/smbd/msdfs.c