summaryrefslogtreecommitdiff
path: root/source3/torture/locktest2.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/torture/locktest2.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/torture/locktest2.c')
-rw-r--r--source3/torture/locktest2.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/torture/locktest2.c b/source3/torture/locktest2.c
index 033fe123ad..782427b8a9 100644
--- a/source3/torture/locktest2.c
+++ b/source3/torture/locktest2.c
@@ -190,7 +190,7 @@ static struct cli_state *connect_one(char *share)
nt_status = cli_full_connection(&c, myname, server_n, NULL, 0, share, "?????",
username, lp_workgroup(), password, 0,
- Undefined, NULL);
+ Undefined);
if (!NT_STATUS_IS_OK(nt_status)) {
DEBUG(0, ("cli_full_connection failed with error %s\n", nt_errstr(nt_status)));