mirror of
https://github.com/samba-team/samba.git
synced 2024-12-23 17:34:34 +03:00
s3:torture: add PROTOCOL_SMB3_10 handling
Signed-off-by: Stefan Metzmacher <metze@samba.org> Reviewed-by: Jeremy Allison <jra@samba.org>
This commit is contained in:
parent
2fcf1b8920
commit
50cf2c3543
@ -265,6 +265,9 @@ bool run_smb2_negprot(int dummy)
|
||||
case PROTOCOL_SMB3_02:
|
||||
name = "SMB3_02";
|
||||
break;
|
||||
case PROTOCOL_SMB3_10:
|
||||
name = "SMB3_10";
|
||||
break;
|
||||
default:
|
||||
break;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user