diff options
author | Stefan Metzmacher <metze@samba.org> | 2008-03-27 10:12:19 +0100 |
---|---|---|
committer | Stefan Metzmacher <metze@samba.org> | 2008-03-27 10:12:19 +0100 |
commit | 2c9ee20f15ef0f55bf4e2516ba498cc6d9403b71 (patch) | |
tree | 642f4c7488c0899eb3528e768f93d573bcd1ed65 /source4 | |
parent | 71e2f7d2604932805762a841318cacc54cbc0b1c (diff) | |
download | samba-2c9ee20f15ef0f55bf4e2516ba498cc6d9403b71.tar.gz samba-2c9ee20f15ef0f55bf4e2516ba498cc6d9403b71.tar.xz samba-2c9ee20f15ef0f55bf4e2516ba498cc6d9403b71.zip |
selfteset: oplocks are enabled by default now
metze
(This used to be commit 9342c4f5ff2be16c9771fd07fbec87076af2e681)
Diffstat (limited to 'source4')
-rw-r--r-- | source4/selftest/target/Samba4.pm | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/source4/selftest/target/Samba4.pm b/source4/selftest/target/Samba4.pm index 416a376f68a..262c8035f63 100644 --- a/source4/selftest/target/Samba4.pm +++ b/source4/selftest/target/Samba4.pm @@ -577,9 +577,6 @@ sub provision($$$$$$) gensec:require_pac = true log level = $smbd_loglevel - # this is a global option - opendb:oplocks = yes - [tmp] path = $tmpdir read only = no |