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 | f70886df942e8b37fecb503b2d87f39f19c9bdab (patch) | |
tree | bb5085fcf03cfa59de0bc62e2b0b90cb624bb00e | |
parent | 31d7168530ccce2c5e9e7f96464b47f4d9771a25 (diff) | |
download | samba-f70886df942e8b37fecb503b2d87f39f19c9bdab.tar.gz samba-f70886df942e8b37fecb503b2d87f39f19c9bdab.tar.xz samba-f70886df942e8b37fecb503b2d87f39f19c9bdab.zip |
Fix the build for now..
Tridge, please look at this. Did you mean to take out the last parm?
-rw-r--r-- | source/auth/auth_domain.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source/auth/auth_domain.c b/source/auth/auth_domain.c index 327d49144fd..72c216581ef 100644 --- a/source/auth/auth_domain.c +++ b/source/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(); |