From e1eb073fa42fc06ec4015f9b7e8b377361d720d0 Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Tue, 20 Nov 2001 08:48:46 +0000 Subject: fix locktest default parameters (This used to be commit f6a4b00aab9ca01d8dfed33252f3d5c5349d13b0) --- source3/torture/locktest.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/source3/torture/locktest.c b/source3/torture/locktest.c index 5d48a1f0fa..26c0dcbd29 100644 --- a/source3/torture/locktest.c +++ b/source3/torture/locktest.c @@ -33,11 +33,11 @@ static BOOL hide_unlock_fails; static BOOL use_oplocks; #define FILENAME "\\locktest.dat" -#define LOCKRANGE 5 +#define LOCKRANGE 100 #define LOCKBASE 0 #define MINLENGTH 0 -#define ZERO_ZERO 1 +#define ZERO_ZERO 0 /* #define LOCKBASE (0x40000000 - 50) @@ -532,6 +532,7 @@ static void usage(void) -o numops\n\ -u hide unlock fails\n\ -a (show all ops)\n\ + -A analyse for minimal ops\n\ -O use oplocks\n\ "); } -- cgit