From 5b9a2e520db0b609958f0b37b15b3e891478d8c9 Mon Sep 17 00:00:00 2001 From: Stefan Metzmacher Date: Mon, 19 Jun 2017 09:46:55 +0200 Subject: s3:torture: use CLI_FULL_CONNECTION_FORCE_SMB1 in run_chain2() Signed-off-by: Stefan Metzmacher Reviewed-by: Jeremy Allison --- source3/torture/torture.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'source3') diff --git a/source3/torture/torture.c b/source3/torture/torture.c index 2a55fdac705..2f4e6849983 100644 --- a/source3/torture/torture.c +++ b/source3/torture/torture.c @@ -7963,10 +7963,11 @@ static bool run_chain2(int dummy) struct tevent_req *reqs[2], *smbreqs[2]; bool done = false; NTSTATUS status; + int flags = CLI_FULL_CONNECTION_FORCE_SMB1; printf("starting chain2 test\n"); status = cli_start_connection(&cli1, lp_netbios_name(), host, NULL, - port_to_use, SMB_SIGNING_DEFAULT, 0); + port_to_use, SMB_SIGNING_DEFAULT, flags); if (!NT_STATUS_IS_OK(status)) { return False; } -- cgit v1.2.1