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:
parent
48d8a9dd9f
commit
e3a7813721
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user