diff options
author | Jim McDonough <jmcd@samba.org> | 2002-07-30 17:38:27 +0000 |
---|---|---|
committer | Jim McDonough <jmcd@samba.org> | 2002-07-30 17:38:27 +0000 |
commit | d0fe79b9ee16afae0bf7d306b7916d7aef0f59c8 (patch) | |
tree | d6a908ca5631ed6770cf021a53883997cb03a0f5 | |
parent | 89d46eeb33c2d8e2b9b5a06ebe3a369675ae3657 (diff) | |
download | samba-d0fe79b9ee16afae0bf7d306b7916d7aef0f59c8.tar.gz samba-d0fe79b9ee16afae0bf7d306b7916d7aef0f59c8.tar.bz2 samba-d0fe79b9ee16afae0bf7d306b7916d7aef0f59c8.zip |
Fix the build for now..
Tridge, please look at this. Did you mean to take out the last parm?
(This used to be commit f70886df942e8b37fecb503b2d87f39f19c9bdab)
-rw-r--r-- | source3/auth/auth_domain.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/auth/auth_domain.c b/source3/auth/auth_domain.c index 327d49144f..72c216581e 100644 --- a/source3/auth/auth_domain.c +++ b/source3/auth/auth_domain.c @@ -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(); |