s3-rpc_client: try to use socket_addr if available in rpc_pipe_open_tcp() (bug #9426)
[kai/samba.git] / source3 / rpc_client / cli_pipe.h
index 3984cf08589ce8d1047aec0d3733a7285ae976b6..343bd0afa502e21ea47b92d3ff8dddbf8af28ead 100644 (file)
@@ -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);