summaryrefslogtreecommitdiff
path: root/source3/utils/net_rpc.c
diff options
context:
space:
mode:
authorGünther Deschner <gd@samba.org>2009-09-10 22:23:21 +0200
committerKarolin Seeger <kseeger@samba.org>2009-10-20 15:00:22 +0200
commit39bdbf0a9164739141e4634583fb7c9cd35c0991 (patch)
treec3d971ec9639788504aca4f3484ef10151061e9f /source3/utils/net_rpc.c
parent6d17737ab3e82e870d5017d2f2d52a267515ad67 (diff)
downloadsamba-39bdbf0a9164739141e4634583fb7c9cd35c0991.tar.gz
s3-rpc_client: add dcerpc_transport_t to cli_rpc_pipe_open_schannel().
Guenther (cherry picked from commit bea8e5fa6038d5abd2ec1e12f9005c4a04abb79f) (cherry picked from commit 5b44f54a18b60fe3814623f351025335a0273916)
Diffstat (limited to 'source3/utils/net_rpc.c')
-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 168659a4dbf..7fafa1b5877 100644
--- a/source3/utils/net_rpc.c
+++ b/source3/utils/net_rpc.c
@@ -157,7 +157,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, interface,
+ cli, interface, NCACN_NP,
PIPE_AUTH_LEVEL_PRIVACY, domain_name,
&pipe_hnd);
if (!NT_STATUS_IS_OK(nt_status)) {