mirror of
https://github.com/samba-team/samba.git
synced 2024-12-23 17:34:34 +03:00
vfs_fruit: change default for "fruit:zero_file_id" to false
Now that we have reliable File-IDs, change the default for the option "zero_file_id" to false. Signed-off-by: Ralph Boehme <slow@samba.org> Reviewed-by: Jeremy Allison <jra@samba.org>
This commit is contained in:
parent
eb98678656
commit
03690ec218
@ -110,6 +110,7 @@ smb.conf changes
|
||||
-------------- ----------- -------
|
||||
|
||||
web port Removed
|
||||
fruit:zero_file_id Changed default False
|
||||
|
||||
|
||||
KNOWN ISSUES
|
||||
|
@ -2226,7 +2226,7 @@ static int init_fruit_config(vfs_handle_struct *handle)
|
||||
|
||||
config->aapl_zero_file_id =
|
||||
lp_parm_bool(SNUM(handle->conn), FRUIT_PARAM_TYPE_NAME,
|
||||
"zero_file_id", true);
|
||||
"zero_file_id", false);
|
||||
|
||||
config->readdir_attr_rsize = lp_parm_bool(
|
||||
SNUM(handle->conn), "readdir_attr", "aapl_rsize", true);
|
||||
|
Loading…
Reference in New Issue
Block a user