summaryrefslogtreecommitdiff
path: root/source4
diff options
context:
space:
mode:
authorStefan Metzmacher <metze@samba.org>2018-10-31 14:44:33 +0100
committerJeremy Allison <jra@samba.org>2019-01-12 03:13:36 +0100
commit097299ae7a48dd7cd9242c283a14969a53c0a5ce (patch)
tree9c033f355cff92170ba08d098f423f678592a2d5 /source4
parent8ec932923b1c1c5dab214b93720d04b83cdc3886 (diff)
downloadsamba-097299ae7a48dd7cd9242c283a14969a53c0a5ce.tar.gz
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 <metze@samba.org> Reviewed-by: Jeremy Allison <jra@samba.org>
Diffstat (limited to 'source4')
-rw-r--r--source4/rpc_server/common/reply.c2
1 files changed, 1 insertions, 1 deletions
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 */