mirror of
https://github.com/samba-team/samba.git
synced 2024-12-24 21:34:56 +03:00
s4:rpc_server: remove unused dcesrv_connection_context->assoc_group
Signed-off-by: Stefan Metzmacher <metze@samba.org> Reviewed-by: Günther Deschner <gd@samba.org>
This commit is contained in:
parent
8a5eaaf6dd
commit
f360f47363
@ -765,8 +765,6 @@ static NTSTATUS dcesrv_bind(struct dcesrv_call_state *call)
|
||||
context->conn = call->conn;
|
||||
context->iface = iface;
|
||||
context->context_id = context_id;
|
||||
/* legacy for openchange dcesrv_mapiproxy.c */
|
||||
context->assoc_group = call->conn->assoc_group;
|
||||
context->private_data = NULL;
|
||||
DLIST_ADD(call->conn->contexts, context);
|
||||
call->context = context;
|
||||
@ -984,8 +982,6 @@ static NTSTATUS dcesrv_alter_new_context(struct dcesrv_call_state *call, uint16_
|
||||
context->conn = call->conn;
|
||||
context->iface = iface;
|
||||
context->context_id = context_id;
|
||||
/* legacy for openchange dcesrv_mapiproxy.c */
|
||||
context->assoc_group = call->conn->assoc_group;
|
||||
context->private_data = NULL;
|
||||
DLIST_ADD(call->conn->contexts, context);
|
||||
call->context = context;
|
||||
|
@ -175,9 +175,6 @@ struct dcesrv_connection_context {
|
||||
struct dcesrv_connection_context *next, *prev;
|
||||
uint16_t context_id;
|
||||
|
||||
/* TODO: remove this legacy (for openchange) in master */
|
||||
struct dcesrv_assoc_group *assoc_group;
|
||||
|
||||
/* the connection this is on */
|
||||
struct dcesrv_connection *conn;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user