mdssvc: pass messaging context to mds_init_ctx()
authorRalph Boehme <slow@samba.org>
Mon, 10 May 2021 10:08:17 +0000 (12:08 +0200)
committerRalph Boehme <slow@samba.org>
Wed, 16 Jun 2021 05:08:29 +0000 (05:08 +0000)
commit1ef2828e1025e4c89292df1dfa6161c4453b3afe
treea55b19ddb33502356b02ec7977f1c94284b0cd00
parent8847f46f75ac5c1a753a0e7da88c522be25ef681
mdssvc: pass messaging context to mds_init_ctx()

This is needed in a subsequent commit. Note that I prefer to do the event
context unwrapping in the caller and pass both the event and messaging context
explicitly to mds_init_ctx().

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/rpc_server/mdssvc/mdssvc.c
source3/rpc_server/mdssvc/mdssvc.h
source3/rpc_server/mdssvc/srv_mdssvc_nt.c