don't ue nasty /proc/locks hack by default
authorAndrew Tridgell <tridge@samba.org>
Mon, 5 Jun 2000 13:54:26 +0000 (13:54 +0000)
committerAndrew Tridgell <tridge@samba.org>
Mon, 5 Jun 2000 13:54:26 +0000 (13:54 +0000)
(This used to be commit 62d72dd67ba41b90fefc4308139cd488b3fcb3fa)

source3/utils/locktest.c

index ec121956d55bb144e35cee47f299e1e914ae039f..9bccf244438af0e4cea03dd0273cb2e56245b047 100644 (file)
@@ -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 {