]> git.ipfire.org Git - thirdparty/samba.git/commitdiff
s3:torture: use CLI_FULL_CONNECTION_FORCE_SMB1 in run_tcon_devtype_test()
authorStefan Metzmacher <metze@samba.org>
Mon, 19 Jun 2017 07:45:26 +0000 (09:45 +0200)
committerStefan Metzmacher <metze@samba.org>
Thu, 22 Jun 2017 11:07:40 +0000 (13:07 +0200)
Signed-off-by: Stefan Metzmacher <metze@samba.org>
Reviewed-by: Jeremy Allison <jra@samba.org>
source3/torture/torture.c

index 8a1aa1229e07d62f42c5966961e4160fd220a6a2..2a55fdac705ffb5e07a06bc91738c3f4f841ff8e 100644 (file)
@@ -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;