s3:torture: add PROTOCOL_SMB3_10 handling
authorStefan Metzmacher <metze@samba.org>
Tue, 23 Sep 2014 02:03:49 +0000 (04:03 +0200)
committerJeremy Allison <jra@samba.org>
Tue, 7 Oct 2014 20:47:04 +0000 (22:47 +0200)
Signed-off-by: Stefan Metzmacher <metze@samba.org>
Reviewed-by: Jeremy Allison <jra@samba.org>
source3/torture/test_smb2.c

index b76a72d047d6d889c59100c93d3562d9baa9e782..301c6e7014c8ad0e8bd1715a6ca806d2639855be 100644 (file)
@@ -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;
        }