diff options
Diffstat (limited to 'source3/torture')
-rw-r--r-- | source3/torture/locktest2.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/torture/locktest2.c b/source3/torture/locktest2.c index 45a957e3a4..b99fdbc093 100644 --- a/source3/torture/locktest2.c +++ b/source3/torture/locktest2.c @@ -558,7 +558,7 @@ static void usage(void) DEBUG(0,("seed=%u\n", seed)); srandom(seed); - locking_init(1); + locking_init_readonly(); test_locks(share1, share2, nfspath1, nfspath2); return(0); |