summaryrefslogtreecommitdiff
path: root/source4
diff options
context:
space:
mode:
authorVolker Lendecke <vl@samba.org>2021-01-18 17:30:42 +0100
committerJeremy Allison <jra@samba.org>2021-04-01 19:32:36 +0000
commitbbfdf2708e8e85cee56aeff43c9216d2003ed310 (patch)
tree681e34460819cdfa3db7384b1823eb0ca5b89530 /source4
parent3a03c0a1ad7ea81d9dcae88016c42a1f9e000b47 (diff)
downloadsamba-bbfdf2708e8e85cee56aeff43c9216d2003ed310.tar.gz
tstream_npa: Return named_pipe_auth_req_info4 from accept_existing
Callers might want the full picture. We need to make named_pipe_auth_req_info4 public for that. Signed-off-by: Volker Lendecke <vl@samba.org> Reviewed-by: Jeremy Allison <jra@samba.org>
Diffstat (limited to 'source4')
-rw-r--r--source4/samba/service_named_pipe.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/source4/samba/service_named_pipe.c b/source4/samba/service_named_pipe.c
index 7ba57e24fe8..de7d61b47eb 100644
--- a/source4/samba/service_named_pipe.c
+++ b/source4/samba/service_named_pipe.c
@@ -106,6 +106,7 @@ static void named_pipe_accept_done(struct tevent_req *subreq)
ret = tstream_npa_accept_existing_recv(subreq, &error, tmp_ctx,
&conn->tstream,
+ NULL,
&remote_client_addr,
&remote_client_name,
&local_server_addr,