s3:torture: handle PROTOCOL_SMB3_11
authorStefan Metzmacher <metze@samba.org>
Wed, 4 Mar 2015 06:03:44 +0000 (07:03 +0100)
committerMichael Adam <obnox@samba.org>
Fri, 8 May 2015 11:00:28 +0000 (13:00 +0200)
Signed-off-by: Stefan Metzmacher <metze@samba.org>
source3/torture/test_smb2.c

index 301c6e7014c8ad0e8bd1715a6ca806d2639855be..6871f4c22721d1243eaa168852a184637bfd5857 100644 (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;
        }