From: Stefan Metzmacher Date: Wed, 31 Oct 2018 13:44:33 +0000 (+0100) Subject: s4:rpc_server: make use of dcesrv_call_state->auth_state in common/reply.c X-Git-Tag: talloc-2.1.15~87 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=097299ae7a48dd7cd9242c283a14969a53c0a5ce;p=thirdparty%2Fsamba.git s4:rpc_server: make use of dcesrv_call_state->auth_state in common/reply.c BUG: https://bugzilla.samba.org/show_bug.cgi?id=7113 BUG: https://bugzilla.samba.org/show_bug.cgi?id=11892 Signed-off-by: Stefan Metzmacher Reviewed-by: Jeremy Allison --- diff --git a/source4/rpc_server/common/reply.c b/source4/rpc_server/common/reply.c index 7e474e08279..68def745fd1 100644 --- a/source4/rpc_server/common/reply.c +++ b/source4/rpc_server/common/reply.c @@ -159,7 +159,7 @@ _PUBLIC_ NTSTATUS dcesrv_reply(struct dcesrv_call_state *call) DATA_BLOB stub; uint32_t total_length, chunk_size; struct dcesrv_connection_context *context = call->context; - struct dcesrv_auth *auth = &call->conn->auth_state; + struct dcesrv_auth *auth = call->auth_state; size_t sig_size = 0; /* call the reply function */