From 3f00cce9b3502c8ec9b3f7fcf5b2024c10550f82 Mon Sep 17 00:00:00 2001 From: Stefan Metzmacher Date: Tue, 13 Sep 2011 14:33:31 +0200 Subject: s3:libsmb: pass max_protocol to cli_negprot() metze --- source3/torture/locktest.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source3/torture/locktest.c') diff --git a/source3/torture/locktest.c b/source3/torture/locktest.c index da3b9a7cdf..e7d3df2ce7 100644 --- a/source3/torture/locktest.c +++ b/source3/torture/locktest.c @@ -198,7 +198,7 @@ static struct cli_state *connect_one(char *share, int snum) return NULL; } - status = cli_negprot(c); + status = cli_negprot(c, PROTOCOL_NT1); if (!NT_STATUS_IS_OK(status)) { DEBUG(0, ("protocol negotiation failed: %s\n", nt_errstr(status))); -- cgit