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:
parent
6a5943cfd0
commit
b17543a584
@ -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};
|
||||
|
Loading…
Reference in New Issue
Block a user