summaryrefslogtreecommitdiff
path: root/source3/rpc_client/cli_pipe.h
diff options
context:
space:
mode:
authorGünther Deschner <gd@samba.org>2013-05-24 13:33:03 +0200
committerAndreas Schneider <asn@samba.org>2013-08-05 10:30:00 +0200
commit9aa99c3cfb0ff7a290dd4df472a4ff30d0efcb76 (patch)
tree0d687efce8f7fcc509afc6e08e14f338e46c7e21 /source3/rpc_client/cli_pipe.h
parent9813fe2b04a5b4abaa95ea1d893b3803edbede4d (diff)
downloadsamba-9aa99c3cfb0ff7a290dd4df472a4ff30d0efcb76.tar.gz
samba-9aa99c3cfb0ff7a290dd4df472a4ff30d0efcb76.tar.bz2
samba-9aa99c3cfb0ff7a290dd4df472a4ff30d0efcb76.zip
s3-rpc_cli: pass down ndr_interface_table to cli_rpc_pipe_open_noauth_transport().
Guenther Signed-off-by: Günther Deschner <gd@samba.org> Reviewed-by: Stefan Metzmacher <metze@samba.org> Reviewed-by: Andreas Schneider <asn@samba.org>
Diffstat (limited to 'source3/rpc_client/cli_pipe.h')
-rw-r--r--source3/rpc_client/cli_pipe.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/rpc_client/cli_pipe.h b/source3/rpc_client/cli_pipe.h
index 9aae61a9d2..f37f8a9af6 100644
--- a/source3/rpc_client/cli_pipe.h
+++ b/source3/rpc_client/cli_pipe.h
@@ -82,7 +82,7 @@ NTSTATUS cli_rpc_pipe_open_noauth(struct cli_state *cli,
NTSTATUS cli_rpc_pipe_open_noauth_transport(struct cli_state *cli,
enum dcerpc_transport_t transport,
- const struct ndr_syntax_id *interface,
+ const struct ndr_interface_table *table,
struct rpc_pipe_client **presult);
NTSTATUS cli_rpc_pipe_open_generic_auth(struct cli_state *cli,