diff options
author | Ralph Boehme <slow@samba.org> | 2016-11-08 12:35:12 +0100 |
---|---|---|
committer | Jeremy Allison <jra@samba.org> | 2016-12-02 23:46:15 +0100 |
commit | 7d4b4a429955cf7fd43f3ac83990c5386ac8cd76 (patch) | |
tree | 6a06260484f8f17ebe45857b8900f5a26151d159 /selftest/target/Samba3.pm | |
parent | 682300ce0ae5861bb0caaa620c1a37654e997fb0 (diff) | |
download | samba-7d4b4a429955cf7fd43f3ac83990c5386ac8cd76.tar.gz |
vfs_fruit: fix fruit:resource option spelling
Fix all occurences of bad spelling of "resource" as "res*s*ource" (two
s).
One of the places where this was wrong was when parsing parametric
options in the VFS connect() function in the module. As a result any
setting of
fruit:resource=something
in smb.conf was silently ignored and the default ("file") was active.
In Samba 4.6 we accept both the wrong and the correct spelling, in Samba
4.7 the bad spelling will be removed.
BUG: https://bugzilla.samba.org/show_bug.cgi?id=12412
Signed-off-by: Ralph Boehme <slow@samba.org>
Reviewed-by: Jeremy Allison <jra@samba.org>
Diffstat (limited to 'selftest/target/Samba3.pm')
-rwxr-xr-x | selftest/target/Samba3.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/selftest/target/Samba3.pm b/selftest/target/Samba3.pm index f94494be6e8..90136520e52 100755 --- a/selftest/target/Samba3.pm +++ b/selftest/target/Samba3.pm @@ -1648,7 +1648,7 @@ sub provision($$$$$$$$) path = $shrdir vfs objects = catia fruit streams_xattr acl_xattr ea support = yes - fruit:ressource = file + fruit:resource = file fruit:metadata = netatalk fruit:locking = netatalk fruit:encoding = native |