summaryrefslogtreecommitdiff
path: root/source3/param
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>2001-09-06 01:22:17 +0000
committerAndrew Tridgell <tridge@samba.org>2001-09-06 01:22:17 +0000
commite3d79bb0c8c35c309125b0886399b31c6407a099 (patch)
tree3655fe91735f67a58569580713464cf1f2f275d8 /source3/param
parentdd9b2f3b2f86c05f433073de1b2b64c736a36f9c (diff)
downloadsamba-e3d79bb0c8c35c309125b0886399b31c6407a099.tar.gz
samba-e3d79bb0c8c35c309125b0886399b31c6407a099.tar.bz2
samba-e3d79bb0c8c35c309125b0886399b31c6407a099.zip
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)
Diffstat (limited to 'source3/param')
-rw-r--r--source3/param/loadparm.c2
1 files changed, 1 insertions, 1 deletions
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 */