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

s3:torture: handle PROTOCOL_SMB3_11

Signed-off-by: Stefan Metzmacher <metze@samba.org>
This commit is contained in:
Stefan Metzmacher 2015-03-04 07:03:44 +01:00 committed by Michael Adam
parent e97858433e
commit 79a7ecba14

View File

@ -268,6 +268,9 @@ bool run_smb2_negprot(int dummy)
case PROTOCOL_SMB3_10:
name = "SMB3_10";
break;
case PROTOCOL_SMB3_11:
name = "SMB3_11";
break;
default:
break;
}