1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-24 21:34:56 +03:00

s3:torture/masktest: masktest only works with SMB1 currently

Signed-off-by: Stefan Metzmacher <metze@samba.org>
Reviewed-by: Andreas Schneider <asn@samba.org>
This commit is contained in:
Stefan Metzmacher 2016-12-09 09:49:17 +01:00 committed by Andreas Schneider
parent 6a5943cfd0
commit b17543a584

View File

@ -536,6 +536,7 @@ static void usage(void)
argv += optind;
max_protocol = lp_client_max_protocol();
max_protocol = MIN(max_protocol, PROTOCOL_NT1);
if (!got_pass) {
char pwd[256] = {0};