diff options
author | Andrew Tridgell <tridge@samba.org> | 2001-11-20 08:48:46 +0000 |
---|---|---|
committer | Andrew Tridgell <tridge@samba.org> | 2001-11-20 08:48:46 +0000 |
commit | f6a4b00aab9ca01d8dfed33252f3d5c5349d13b0 (patch) | |
tree | 20935287463ee19a8e7fc22e54cfcaf83fef1ac0 | |
parent | 74303b75e43856bfb127c143d27e5c5fdcf32c91 (diff) | |
download | samba-f6a4b00aab9ca01d8dfed33252f3d5c5349d13b0.tar.gz samba-f6a4b00aab9ca01d8dfed33252f3d5c5349d13b0.tar.xz samba-f6a4b00aab9ca01d8dfed33252f3d5c5349d13b0.zip |
fix locktest default parameters
-rw-r--r-- | source/torture/locktest.c | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/source/torture/locktest.c b/source/torture/locktest.c index 5d48a1f0fac..26c0dcbd29e 100644 --- a/source/torture/locktest.c +++ b/source/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\ "); } |