summaryrefslogtreecommitdiff
path: root/source3/rpc_client
diff options
context:
space:
mode:
authorGünther Deschner <gd@samba.org>2005-10-11 17:36:29 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 11:04:55 -0500
commit542fb12aeaf0f3b4246f1dec260d2999df946e30 (patch)
treedb56ff6c9584785e09168d9918a09b77e7c1da6c /source3/rpc_client
parent879eb0933efedd900aba336024ebfec75407d373 (diff)
downloadsamba-542fb12aeaf0f3b4246f1dec260d2999df946e30.tar.gz
samba-542fb12aeaf0f3b4246f1dec260d2999df946e30.tar.bz2
samba-542fb12aeaf0f3b4246f1dec260d2999df946e30.zip
r10908: Fix PIPE mismatch to make wbinfo -m work again
Guenther (This used to be commit e3a7813721b102cd4d9b42cec2c600021263435c)
Diffstat (limited to 'source3/rpc_client')
-rw-r--r--source3/rpc_client/cli_ds.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/rpc_client/cli_ds.c b/source3/rpc_client/cli_ds.c
index 8d1945f769..9c7ad84062 100644
--- a/source3/rpc_client/cli_ds.c
+++ b/source3/rpc_client/cli_ds.c
@@ -85,7 +85,7 @@ NTSTATUS rpccli_ds_enum_domain_trusts(struct rpc_pipe_client *cli,
init_q_ds_enum_domain_trusts( &q, server, flags );
- CLI_DO_RPC( cli, mem_ctx, PI_LSARPC_DS, DS_ENUM_DOM_TRUSTS,
+ CLI_DO_RPC( cli, mem_ctx, PI_NETLOGON, DS_ENUM_DOM_TRUSTS,
q, r,
qbuf, rbuf,
ds_io_q_enum_domain_trusts,