1
0
mirror of https://github.com/samba-team/samba.git synced 2025-08-03 04:22:09 +03:00

s3:rpc_server: Drop dcerpc_binding_vector usage in the server side

The endpoint mapper entry is built using the dcesrv_endpoint and the
interfaces registered into it instead of using the
dcerpc_binding_vector.

Signed-off-by: Samuel Cabrero <scabrero@samba.org>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
This commit is contained in:
Samuel Cabrero
2019-02-27 19:32:26 +01:00
committed by Samuel Cabrero
parent 53ca9ad2a7
commit 82020a3f62
14 changed files with 152 additions and 870 deletions

View File

@ -214,7 +214,6 @@ void start_fssd(struct tevent_context *ev_ctx,
msg_ctx,
dce_ctx,
e,
NULL, /* binding vector */
NULL, /* termination function */
NULL); /* termination data */
if (!NT_STATUS_IS_OK(status)) {