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/libnet | |
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/libnet')
-rw-r--r-- | source3/libnet/libnet_join.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/source3/libnet/libnet_join.c b/source3/libnet/libnet_join.c index 424945146b..18986d9e33 100644 --- a/source3/libnet/libnet_join.c +++ b/source3/libnet/libnet_join.c @@ -697,7 +697,7 @@ static NTSTATUS libnet_join_connect_dc_ipc(const char *dc, NULL, pass, flags, - Undefined, NULL); + Undefined); } /**************************************************************** @@ -1111,7 +1111,7 @@ NTSTATUS libnet_join_ok(const char *netbios_domain_name, NULL, machine_password, 0, - Undefined, NULL); + Undefined); free(machine_account); free(machine_password); @@ -1124,7 +1124,7 @@ NTSTATUS libnet_join_ok(const char *netbios_domain_name, NULL, "", 0, - Undefined, NULL); + Undefined); } if (!NT_STATUS_IS_OK(status)) { |