mirror of
https://github.com/samba-team/samba.git
synced 2025-08-04 08:22:08 +03:00
s3-rpc_client: add dcerpc_transport_t to cli_rpc_pipe_open_schannel().
Guenther
This commit is contained in:
@ -158,7 +158,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)) {
|
||||
|
Reference in New Issue
Block a user