s4:librpc/rpc: remove some unused functions and structures from dcerpc_sock.c
commitd1b5016572a3d1fe45a50015bcaf7ecb51ed6a4d
authorStefan Metzmacher <metze@samba.org>
Fri, 14 Feb 2014 00:15:23 +0000 (14 01:15 +0100)
committerAndrew Bartlett <abartlet@samba.org>
Mon, 26 May 2014 01:31:28 +0000 (26 03:31 +0200)
treef96e3be4f776dbcd3dfd4990ab38a98edf1c6be9
parente4f7b90295c461da8acdf1c4f23ae02c00211ed1
s4:librpc/rpc: remove some unused functions and structures from dcerpc_sock.c

Now we just dcerpc_sock.c doesn't need to maintain 'struct sock_private'
in p->transport.private_data anymore, we're just using a raw tstream_context
as p->transport.stream.

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