s3:rpc_server: Remove call to s3 rpc services shutdown code
commitc647c13a5487512ee198e1564a543d8156869196
authorSamuel Cabrero <scabrero@samba.org>
Mon, 9 Sep 2019 16:22:43 +0000 (9 18:22 +0200)
committerSamuel Cabrero <scabrero@sn-devel-184>
Fri, 20 Mar 2020 15:36:35 +0000 (20 15:36 +0000)
tree5a00905144dc822ea773d853026c6aa5dde0ed46
parent9bdf3ccde6550093daf7e5bdf4dc25cbd2c9a41d
s3:rpc_server: Remove call to s3 rpc services shutdown code

The rpc_<service>_shutdown function unregisters the legacy api_struct
from the local dispatch table, which is not longer used as local
dispatching is done through dcesrv_interface and will be removed in
following commits.

The dcesrv_shutdown_registered_ep_servers will unregister endpoint servers.

Signed-off-by: Samuel Cabrero <scabrero@samba.org>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
source3/smbd/server_exit.c