summaryrefslogtreecommitdiff
path: root/source3/utils
diff options
context:
space:
mode:
authorGünther Deschner <gd@samba.org>2013-05-24 13:03:23 +0200
committerAndreas Schneider <asn@samba.org>2013-08-05 10:29:59 +0200
commitf6d61b571d79ebf1df58513ec728057d00b95f3e (patch)
treec7de7fc22099ac690c779a712c68a9aaf942b2b3 /source3/utils
parent6886cff0a7e97864e9094af936cbef08a3c8f6f4 (diff)
downloadsamba-f6d61b571d79ebf1df58513ec728057d00b95f3e.tar.gz
samba-f6d61b571d79ebf1df58513ec728057d00b95f3e.tar.bz2
samba-f6d61b571d79ebf1df58513ec728057d00b95f3e.zip
s3-rpc_cli: pass down ndr_interface_table to cli_rpc_pipe_open_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/utils')
-rw-r--r--source3/utils/net_rpc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/utils/net_rpc.c b/source3/utils/net_rpc.c
index e59a22325d..1e9d6f0f30 100644
--- a/source3/utils/net_rpc.c
+++ b/source3/utils/net_rpc.c
@@ -191,7 +191,7 @@ int run_rpc_command(struct net_context *c,
&ndr_table_netlogon.syntax_id))) {
/* Always try and create an schannel netlogon pipe. */
nt_status = cli_rpc_pipe_open_schannel(
- cli, &table->syntax_id, NCACN_NP,
+ cli, table, NCACN_NP,
DCERPC_AUTH_LEVEL_PRIVACY, domain_name,
&pipe_hnd);
if (!NT_STATUS_IS_OK(nt_status)) {