mirror of
https://github.com/samba-team/samba.git
synced 2025-03-22 02:50:28 +03:00
r3983: posix:fakeoplocks should default to False, not True !
(This used to be commit 052d91c59f177851b5e0e53c8a033bdd28702f64)
This commit is contained in:
parent
6895228b5c
commit
dc0e4975d6
@ -44,7 +44,7 @@ static void pvfs_setup_options(struct pvfs_state *pvfs)
|
||||
if (lp_strict_locking(snum)) pvfs->flags |= PVFS_FLAG_STRICT_LOCKING;
|
||||
if (lp_ci_filesystem(snum)) pvfs->flags |= PVFS_FLAG_CI_FILESYSTEM;
|
||||
|
||||
if (lp_parm_bool(snum, "posix", "fakeoplocks", True)) {
|
||||
if (lp_parm_bool(snum, "posix", "fakeoplocks", False)) {
|
||||
pvfs->flags |= PVFS_FLAG_FAKE_OPLOCKS;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user