summaryrefslogtreecommitdiff
path: root/source3/rpc_client/cli_pipe.h
diff options
context:
space:
mode:
authorGünther Deschner <gd@samba.org>2012-11-23 18:15:30 +0100
committerStefan Metzmacher <metze@samba.org>2012-11-26 17:36:19 +0100
commitb11ba248837ae9bf1df1c5ae1ca1768d57e582bb (patch)
tree794180ee305f5feffaf91799095319be29c1e69c /source3/rpc_client/cli_pipe.h
parent8336061096c259f5c3c93f869ff51bf4daab3fdc (diff)
downloadsamba-b11ba248837ae9bf1df1c5ae1ca1768d57e582bb.tar.gz
samba-b11ba248837ae9bf1df1c5ae1ca1768d57e582bb.tar.bz2
samba-b11ba248837ae9bf1df1c5ae1ca1768d57e582bb.zip
s3-rpc_client: try to use socket_addr if available in rpc_pipe_open_tcp() (bug #9426)
Guenther Signed-off-by: Günther Deschner <gd@samba.org> Reviewed-by: Stefan Metzmacher <metze@samba.org> Autobuild-User(master): Stefan Metzmacher <metze@samba.org> Autobuild-Date(master): Mon Nov 26 17:36:20 CET 2012 on sn-devel-104
Diffstat (limited to 'source3/rpc_client/cli_pipe.h')
-rw-r--r--source3/rpc_client/cli_pipe.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/source3/rpc_client/cli_pipe.h b/source3/rpc_client/cli_pipe.h
index 3984cf0858..343bd0afa5 100644
--- a/source3/rpc_client/cli_pipe.h
+++ b/source3/rpc_client/cli_pipe.h
@@ -66,6 +66,7 @@ NTSTATUS rpccli_schannel_bind_data(TALLOC_CTX *mem_ctx,
NTSTATUS rpc_pipe_open_tcp(TALLOC_CTX *mem_ctx,
const char *host,
+ const struct sockaddr_storage *ss_addr,
const struct ndr_syntax_id *abstract_syntax,
struct rpc_pipe_client **presult);