From bfc4fe401259085f9e17c75a7ec171be0bc5f35f Mon Sep 17 00:00:00 2001 From: Volker Lendecke Date: Mon, 20 Dec 2010 16:43:39 +0100 Subject: s3: Remove unused "retry" from cli_start_connection Autobuild-User: Volker Lendecke Autobuild-Date: Mon Dec 20 17:58:33 CET 2010 on sn-devel-104 --- source3/torture/torture.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source3/torture/torture.c') diff --git a/source3/torture/torture.c b/source3/torture/torture.c index 1b492ce736..f1f2e99760 100644 --- a/source3/torture/torture.c +++ b/source3/torture/torture.c @@ -5673,7 +5673,7 @@ static bool run_chain2(int dummy) printf("starting chain2 test\n"); status = cli_start_connection(&cli1, global_myname(), host, NULL, - port_to_use, Undefined, 0, NULL); + port_to_use, Undefined, 0); if (!NT_STATUS_IS_OK(status)) { return False; } -- cgit