From d096de56b16c50c7cc22df08895dc29567ee15d7 Mon Sep 17 00:00:00 2001 From: Volker Lendecke Date: Mon, 20 Dec 2010 16:37:23 +0100 Subject: s3: Remove unused "retry" from cli_full_connection --- source3/libnet/libnet_join.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'source3/libnet') 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)) { -- cgit