summaryrefslogtreecommitdiff
path: root/source3/rpc_client/cli_pipe.h
diff options
context:
space:
mode:
authorGünther Deschner <gd@samba.org>2013-05-24 13:08:33 +0200
committerAndreas Schneider <asn@samba.org>2013-08-05 10:30:00 +0200
commit7f169474fc86479abe09a5716b8029c6febcfaa9 (patch)
treed78475d8895164787dc8ee337057039fd4fd00d4 /source3/rpc_client/cli_pipe.h
parentf6d61b571d79ebf1df58513ec728057d00b95f3e (diff)
downloadsamba-7f169474fc86479abe09a5716b8029c6febcfaa9.tar.gz
samba-7f169474fc86479abe09a5716b8029c6febcfaa9.tar.bz2
samba-7f169474fc86479abe09a5716b8029c6febcfaa9.zip
s3-rpc_cli: pass down ndr_interface_table to cli_rpc_pipe_open_ntlmssp_auth_schannel().
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 d17322ad02..7026692416 100644
--- a/source3/rpc_client/cli_pipe.h
+++ b/source3/rpc_client/cli_pipe.h
@@ -116,7 +116,7 @@ NTSTATUS cli_rpc_pipe_open_schannel_with_key(struct cli_state *cli,
struct rpc_pipe_client **presult);
NTSTATUS cli_rpc_pipe_open_ntlmssp_auth_schannel(struct cli_state *cli,
- const struct ndr_syntax_id *interface,
+ const struct ndr_interface_table *table,
enum dcerpc_transport_t transport,
enum dcerpc_AuthLevel auth_level,
const char *domain,