From e3d79bb0c8c35c309125b0886399b31c6407a099 Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Thu, 6 Sep 2001 01:22:17 +0000 Subject: enable strict locking by default. This will be slow, so now we just need to fiind a way to make it fast (This used to be commit 42b147d1f26093c45110077a309c5e0d3010a28d) --- source3/param/loadparm.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source3') diff --git a/source3/param/loadparm.c b/source3/param/loadparm.c index 2a991466a1..98bb5abd09 100644 --- a/source3/param/loadparm.c +++ b/source3/param/loadparm.c @@ -471,7 +471,7 @@ static service sDefault = { False, /* bMap_hidden */ True, /* bMap_archive */ True, /* bLocking */ - False, /* bStrictLocking */ + True, /* bStrictLocking */ True, /* bPosixLocking */ True, /* bShareModes */ True, /* bOpLocks */ -- cgit