s3:torture: add PROTOCOL_SMB3_02 handling
authorStefan Metzmacher <metze@samba.org>
Fri, 13 Sep 2013 09:28:03 +0000 (11:28 +0200)
committerStefan Metzmacher <metze@samba.org>
Tue, 17 Sep 2013 02:00:41 +0000 (04:00 +0200)
Signed-off-by: Stefan Metzmacher <metze@samba.org>
Reviewed-by: Michael Adam <obnox@samba.org>
Reviewed-by: Jeremy Allison <jra@samba.org>
source3/torture/test_smb2.c

index 3bcd2ed75c1145a2397748dfc83622ca99aad3d9..8cb103163f1d7a8550f4251ab19e587500c9b921 100644 (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;
        }