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

s3:torture: add PROTOCOL_SMB3_02 handling

Signed-off-by: Stefan Metzmacher <metze@samba.org>
Reviewed-by: Michael Adam <obnox@samba.org>
Reviewed-by: Jeremy Allison <jra@samba.org>
This commit is contained in:
Stefan Metzmacher 2013-09-13 11:28:03 +02:00
parent 66d3064333
commit 4912378402

View File

@ -256,6 +256,9 @@ bool run_smb2_negprot(int dummy)
case PROTOCOL_SMB3_00:
name = "SMB3_00";
break;
case PROTOCOL_SMB3_02:
name = "SMB3_02";
break;
default:
break;
}