diff options
author | Andrew Tridgell <tridge@samba.org> | 2001-06-19 02:06:12 +0000 |
---|---|---|
committer | Andrew Tridgell <tridge@samba.org> | 2001-06-19 02:06:12 +0000 |
commit | 32ce168a3f687286926bc4dc2d6b882eece4a1a0 (patch) | |
tree | 549c61a93078f523271ce671bf0bc2e1a2e668b7 /source3/torture | |
parent | ffb63e4f8ec2b7390cbb00bca74a9bedb8399a91 (diff) | |
download | samba-32ce168a3f687286926bc4dc2d6b882eece4a1a0.tar.gz samba-32ce168a3f687286926bc4dc2d6b882eece4a1a0.tar.bz2 samba-32ce168a3f687286926bc4dc2d6b882eece4a1a0.zip |
added a torture target for building all torture progs. Fixed a typo in locktest
(This used to be commit fd0d729ce0d9a057e867001c2ea52c8599713b28)
Diffstat (limited to 'source3/torture')
-rw-r--r-- | source3/torture/locktest.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/torture/locktest.c b/source3/torture/locktest.c index 80dbba1e37..cee18624a4 100644 --- a/source3/torture/locktest.c +++ b/source3/torture/locktest.c @@ -34,7 +34,7 @@ static BOOL use_oplocks; #define FILENAME "\\locktest.dat" #define LOCKRANGE 1000 -#define LOCKBASE 0; +#define LOCKBASE 0 /* #define LOCKBASE (0x40000000 - 50) |