diff options
author | Andrew Tridgell <tridge@samba.org> | 2001-09-06 01:22:17 +0000 |
---|---|---|
committer | Andrew Tridgell <tridge@samba.org> | 2001-09-06 01:22:17 +0000 |
commit | e3d79bb0c8c35c309125b0886399b31c6407a099 (patch) | |
tree | 3655fe91735f67a58569580713464cf1f2f275d8 /source3 | |
parent | dd9b2f3b2f86c05f433073de1b2b64c736a36f9c (diff) | |
download | samba-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')
-rw-r--r-- | source3/param/loadparm.c | 2 |
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 */ |