From 09ca0ed6747ecbc458751d1e10da66edb09d0868 Mon Sep 17 00:00:00 2001 From: Stefan Metzmacher Date: Mon, 19 Jun 2017 09:45:26 +0200 Subject: [PATCH] s3:torture: use CLI_FULL_CONNECTION_FORCE_SMB1 in run_tcon_devtype_test() Signed-off-by: Stefan Metzmacher Reviewed-by: Jeremy Allison --- source3/torture/torture.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source3/torture/torture.c b/source3/torture/torture.c index 8a1aa1229e0..2a55fdac705 100644 --- a/source3/torture/torture.c +++ b/source3/torture/torture.c @@ -1513,7 +1513,7 @@ static bool tcon_devtest(struct cli_state *cli, static bool run_tcon_devtype_test(int dummy) { static struct cli_state *cli1 = NULL; - int flags = 0; + int flags = CLI_FULL_CONNECTION_FORCE_SMB1; NTSTATUS status; bool ret = True; -- 2.47.2