1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-11 05:18:09 +03:00

r10908: Fix PIPE mismatch to make wbinfo -m work again

Guenther
This commit is contained in:
Günther Deschner 2005-10-11 17:36:29 +00:00 committed by Gerald (Jerry) Carter
parent 48d8a9dd9f
commit e3a7813721

View File

@ -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,