s4:librpc/rpc: return the local/remote ip from dcerpc_pipe_open_tcp_recv()
authorStefan Metzmacher <metze@samba.org>
Thu, 13 Feb 2014 15:27:22 +0000 (16:27 +0100)
committerAndrew Bartlett <abartlet@samba.org>
Mon, 26 May 2014 01:31:27 +0000 (03:31 +0200)
commit374c5c4109facbcf3e9a20d1b116d369f14164c0
treed58461c9ba5a5f254e3d21dfe519fb2856979b15
parent4c11fa68d48caa06d6f9c9db462a2d2e6a0bc3d3
s4:librpc/rpc: return the local/remote ip from dcerpc_pipe_open_tcp_recv()

It's important that the caller can remember the ips,
so that a secondary connection can use the same addresses
in order to get association group binding to work.

Signed-off-by: Stefan Metzmacher <metze@samba.org>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
source4/librpc/rpc/dcerpc_connect.c
source4/librpc/rpc/dcerpc_secondary.c
source4/librpc/rpc/dcerpc_sock.c