summaryrefslogtreecommitdiffstats
path: root/source/utils
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>2000-06-05 13:54:26 +0000
committerAndrew Tridgell <tridge@samba.org>2000-06-05 13:54:26 +0000
commit62d72dd67ba41b90fefc4308139cd488b3fcb3fa (patch)
treebad93714a0718f7a7d6f77850beabf61ed7f298a /source/utils
parent581498fe6b2efe44c1229dd12b9a6506b11747d0 (diff)
downloadsamba-62d72dd67ba41b90fefc4308139cd488b3fcb3fa.tar.gz
samba-62d72dd67ba41b90fefc4308139cd488b3fcb3fa.tar.xz
samba-62d72dd67ba41b90fefc4308139cd488b3fcb3fa.zip
don't ue nasty /proc/locks hack by default
Diffstat (limited to 'source/utils')
-rw-r--r--source/utils/locktest.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/source/utils/locktest.c b/source/utils/locktest.c
index ec121956d55..9bccf244438 100644
--- a/source/utils/locktest.c
+++ b/source/utils/locktest.c
@@ -1,7 +1,7 @@
/*
Unix SMB/Netbios implementation.
Version 2.0
- mask_match tester
+ randomised byte range lock tester
Copyright (C) Andrew Tridgell 1999
This program is free software; you can redistribute it and/or modify
@@ -48,7 +48,7 @@ static BOOL use_oplocks;
#define NFILES 2
#define LOCK_TIMEOUT 0
-#define NASTY_POSIX_LOCK_HACK 1
+#define NASTY_POSIX_LOCK_HACK 0
struct record {