mirror of
https://github.com/samba-team/samba.git
synced 2025-02-28 01:58:17 +03:00
s3:rpcclient: make use of cli_state_remote_name()
metze
This commit is contained in:
parent
9a638c4c5a
commit
540cd1ac96
@ -706,7 +706,7 @@ static NTSTATUS do_cmd(struct cli_state *cli,
|
||||
cli, cmd_entry->interface,
|
||||
default_transport,
|
||||
pipe_default_auth_level,
|
||||
cli->desthost,
|
||||
cli_state_remote_name(cli),
|
||||
NULL, NULL,
|
||||
&cmd_entry->rpc_pipe);
|
||||
break;
|
||||
@ -737,7 +737,7 @@ static NTSTATUS do_cmd(struct cli_state *cli,
|
||||
cli, cmd_entry->interface,
|
||||
default_transport,
|
||||
pipe_default_auth_level,
|
||||
cli->desthost,
|
||||
cli_state_remote_name(cli),
|
||||
NULL, NULL,
|
||||
&cmd_entry->rpc_pipe);
|
||||
break;
|
||||
|
Loading…
x
Reference in New Issue
Block a user