From 2db93dcc0f04e17c43b1270a62339982e46a7ddd Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Mon, 5 Jun 2000 13:54:26 +0000 Subject: don't ue nasty /proc/locks hack by default (This used to be commit 62d72dd67ba41b90fefc4308139cd488b3fcb3fa) --- source3/utils/locktest.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'source3') diff --git a/source3/utils/locktest.c b/source3/utils/locktest.c index ec121956d5..9bccf24443 100644 --- a/source3/utils/locktest.c +++ b/source3/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 { -- cgit