]> git.ipfire.org Git - thirdparty/samba.git/commitdiff
s3:torture: use CLI_FULL_CONNECTION_FORCE_SMB1 in torture_open_connection_share()
authorStefan Metzmacher <metze@samba.org>
Mon, 19 Jun 2017 06:17:27 +0000 (08:17 +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 6b6dbdf1f09a35771bafb64dbb01d63f87e66153..c521013e8ea05fe23fca19472669ba87ad4451c1 100644 (file)
@@ -328,7 +328,7 @@ static bool torture_open_connection_share(struct cli_state **c,
                                   const char *hostname, 
                                   const char *sharename)
 {
-       int flags = 0;
+       int flags = CLI_FULL_CONNECTION_FORCE_SMB1;
        NTSTATUS status;
 
        if (use_oplocks)