1
0
mirror of https://github.com/samba-team/samba.git synced 2025-11-08 16:23:49 +03:00

rpc_server3: Remove dcerpc_ncacn_conn->session_info

This was only used inside rpc_worker_new_client(), a leftover from
times where accepting a client was an async process waiting for the
struct named_pipe_auth_req_info4.

The talloc hierarchy is correctly maintained, dcesrv_endpoint_connect() takes a
talloc_reference() of session_info.

Signed-off-by: Volker Lendecke <vl@samba.org>
Reviewed-by: Jeremy Allison <jra@samba.org>
This commit is contained in:
Volker Lendecke
2021-10-06 11:16:21 +02:00
committed by Jeremy Allison
parent 79024fa681
commit 55cdb61269
2 changed files with 2 additions and 6 deletions

View File

@@ -43,7 +43,6 @@ struct dcerpc_ncacn_conn {
char *remote_client_name;
char *local_server_name;
struct auth_session_info *session_info;
};
void set_incoming_fault(struct pipes_struct *p);