mirror of
https://github.com/samba-team/samba.git
synced 2025-03-11 16:58:40 +03:00
Fix the build for now..
Tridge, please look at this. Did you mean to take out the last parm?
This commit is contained in:
parent
31d7168530
commit
f70886df94
@ -169,7 +169,7 @@ static NTSTATUS connect_to_domain_password_server(struct cli_state **cli,
|
||||
|
||||
/* Attempt connection */
|
||||
result = cli_full_connection(cli, global_myname, remote_machine,
|
||||
&dest_ip, 0, "IPC$", "IPC", "", "", "");
|
||||
&dest_ip, 0, "IPC$", "IPC", "", "", "",0);
|
||||
|
||||
if (!NT_STATUS_IS_OK(result)) {
|
||||
release_server_mutex();
|
||||
|
Loading…
x
Reference in New Issue
Block a user