From 20532d7c495d75e35453ce22c383fe24925e8f00 Mon Sep 17 00:00:00 2001 From: Stefan Metzmacher Date: Mon, 22 May 2006 17:42:14 +0000 Subject: r15816: add SMB2-LOCK torture test, which demonstrates what possible valid and invalid requests you can do with it metze (This used to be commit adef1372c118b6c116dfa976d0277be677118fd0) --- source4/torture/torture.c | 1 + 1 file changed, 1 insertion(+) (limited to 'source4/torture/torture.c') diff --git a/source4/torture/torture.c b/source4/torture/torture.c index 689de7c5f8..706bb43e2a 100644 --- a/source4/torture/torture.c +++ b/source4/torture/torture.c @@ -624,6 +624,7 @@ static struct { {"SMB2-GETINFO", torture_smb2_getinfo, 0}, {"SMB2-SETINFO", torture_smb2_setinfo, 0}, {"SMB2-FIND", torture_smb2_find, 0}, + {"SMB2-LOCK", torture_smb2_lock, 0}, /* RAP tests */ {"RAP-BASIC", torture_rap_basic, 0}, -- cgit