summaryrefslogtreecommitdiff
path: root/source3
diff options
context:
space:
mode:
authorStefan Metzmacher <metze@samba.org>2017-06-19 09:45:26 +0200
committerStefan Metzmacher <metze@samba.org>2017-06-22 13:07:40 +0200
commit09ca0ed6747ecbc458751d1e10da66edb09d0868 (patch)
tree065139f91914b257be1268afe1bb8e65dc33e3f7 /source3
parentd5020c8bedfd66989511656b0cd8dd36a2927fe1 (diff)
downloadsamba-09ca0ed6747ecbc458751d1e10da66edb09d0868.tar.gz
s3:torture: use CLI_FULL_CONNECTION_FORCE_SMB1 in run_tcon_devtype_test()
Signed-off-by: Stefan Metzmacher <metze@samba.org> Reviewed-by: Jeremy Allison <jra@samba.org>
Diffstat (limited to 'source3')
-rw-r--r--source3/torture/torture.c2
1 files changed, 1 insertions, 1 deletions
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;