diff options
author | Volker Lendecke <vl@samba.org> | 2010-12-20 16:37:23 +0100 |
---|---|---|
committer | Volker Lendecke <vl@samba.org> | 2010-12-20 17:10:58 +0100 |
commit | d096de56b16c50c7cc22df08895dc29567ee15d7 (patch) | |
tree | 67ba1c6f457678b3757a209eea526cb9a648f0ad /source3/auth | |
parent | 660190632e4f8ace65f4944f4686ea42444056c0 (diff) | |
download | samba-d096de56b16c50c7cc22df08895dc29567ee15d7.tar.gz samba-d096de56b16c50c7cc22df08895dc29567ee15d7.tar.bz2 samba-d096de56b16c50c7cc22df08895dc29567ee15d7.zip |
s3: Remove unused "retry" from cli_full_connection
Diffstat (limited to 'source3/auth')
-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 c9eaa64d36..0f541cd1e7 100644 --- a/source3/auth/auth_domain.c +++ b/source3/auth/auth_domain.c @@ -143,7 +143,7 @@ static NTSTATUS connect_to_domain_password_server(struct cli_state **cli, /* Attempt connection */ result = cli_full_connection(cli, global_myname(), dc_name, dc_ss, 0, - "IPC$", "IPC", "", "", "", 0, Undefined, NULL); + "IPC$", "IPC", "", "", "", 0, Undefined); if (!NT_STATUS_IS_OK(result)) { /* map to something more useful */ |