mirror of
https://github.com/samba-team/samba.git
synced 2024-12-24 21:34:56 +03:00
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>
This commit is contained in:
parent
d5020c8bed
commit
09ca0ed674
@ -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;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user