diff options
-rw-r--r-- | source3/torture/locktest.c | 5 |
1 files 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\ "); } |