From b11ba248837ae9bf1df1c5ae1ca1768d57e582bb Mon Sep 17 00:00:00 2001 From: Günther Deschner Date: Fri, 23 Nov 2012 18:15:30 +0100 Subject: s3-rpc_client: try to use socket_addr if available in rpc_pipe_open_tcp() (bug #9426) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Guenther Signed-off-by: Günther Deschner Reviewed-by: Stefan Metzmacher Autobuild-User(master): Stefan Metzmacher Autobuild-Date(master): Mon Nov 26 17:36:20 CET 2012 on sn-devel-104 --- source3/rpc_client/cli_pipe.h | 1 + 1 file changed, 1 insertion(+) (limited to 'source3/rpc_client/cli_pipe.h') 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); -- cgit