summaryrefslogtreecommitdiff
path: root/source3/libnet/libnet_join.c
diff options
context:
space:
mode:
authorVolker Lendecke <vl@samba.org>2010-12-20 16:37:23 +0100
committerVolker Lendecke <vl@samba.org>2010-12-20 17:10:58 +0100
commitd096de56b16c50c7cc22df08895dc29567ee15d7 (patch)
tree67ba1c6f457678b3757a209eea526cb9a648f0ad /source3/libnet/libnet_join.c
parent660190632e4f8ace65f4944f4686ea42444056c0 (diff)
downloadsamba-d096de56b16c50c7cc22df08895dc29567ee15d7.tar.gz
samba-d096de56b16c50c7cc22df08895dc29567ee15d7.tar.bz2
samba-d096de56b16c50c7cc22df08895dc29567ee15d7.zip
s3: Remove unused "retry" from cli_full_connection
Diffstat (limited to 'source3/libnet/libnet_join.c')
-rw-r--r--source3/libnet/libnet_join.c6
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)) {