From: Stefan Metzmacher Date: Mon, 19 Jun 2017 06:17:27 +0000 (+0200) Subject: s3:torture: use CLI_FULL_CONNECTION_FORCE_SMB1 in torture_open_connection_share() X-Git-Tag: tevent-0.9.32~14 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b18a04b4bb6aec9bd1fd9a23997197605fb7922e;p=thirdparty%2Fsamba.git s3:torture: use CLI_FULL_CONNECTION_FORCE_SMB1 in torture_open_connection_share() Signed-off-by: Stefan Metzmacher Reviewed-by: Jeremy Allison --- diff --git a/source3/torture/torture.c b/source3/torture/torture.c index 6b6dbdf1f09..c521013e8ea 100644 --- a/source3/torture/torture.c +++ b/source3/torture/torture.c @@ -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)