librpc:core: Split dcesrv context init and endpoint servers init
authorSamuel Cabrero <scabrero@suse.de>
Tue, 5 Feb 2019 17:54:02 +0000 (18:54 +0100)
committerAndrew Bartlett <abartlet@samba.org>
Thu, 12 Dec 2019 00:35:30 +0000 (00:35 +0000)
commit39dfc5c82b2345f2eee7d14f6f2cc3ee8b2aef3d
tree8e4e63eabf3872025d92e4b9796c8d172e2de1ee
parentfee5c6a4247aeac71318186bbff7708d25de5912
librpc:core: Split dcesrv context init and endpoint servers init

The S4 server will initialize the endpoint servers specified in smb.conf,
but the S3 server need to initialize all registered endpoint servers (the
embedded ones).

Signed-off-by: Samuel Cabrero <scabrero@samba.org>
Reviewed-by: Stefan Metzmacher <metze@samba.org>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
librpc/rpc/dcesrv_core.c
librpc/rpc/dcesrv_core.h
source4/rpc_server/service_rpc.c
source4/torture/rpc/spoolss_notify.c