diff options
author | Volker Lendecke <vl@samba.org> | 2010-12-20 16:43:39 +0100 |
---|---|---|
committer | Volker Lendecke <vlendec@samba.org> | 2010-12-20 17:58:33 +0100 |
commit | bfc4fe401259085f9e17c75a7ec171be0bc5f35f (patch) | |
tree | 37db7be67a28074049f0fba48b669b97d25ac40c /source3/torture | |
parent | d096de56b16c50c7cc22df08895dc29567ee15d7 (diff) | |
download | samba-bfc4fe401259085f9e17c75a7ec171be0bc5f35f.tar.gz samba-bfc4fe401259085f9e17c75a7ec171be0bc5f35f.tar.bz2 samba-bfc4fe401259085f9e17c75a7ec171be0bc5f35f.zip |
s3: Remove unused "retry" from cli_start_connection
Autobuild-User: Volker Lendecke <vlendec@samba.org>
Autobuild-Date: Mon Dec 20 17:58:33 CET 2010 on sn-devel-104
Diffstat (limited to 'source3/torture')
-rw-r--r-- | source3/torture/torture.c | 2 |
1 files changed, 1 insertions, 1 deletions
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; } |