Changeset 232 for branches/samba-3.2.x/source/modules/vfs_fileid.c
- Timestamp:
- May 27, 2009, 9:09:42 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/samba-3.2.x/source/modules/vfs_fileid.c
r133 r232 189 189 } 190 190 191 data->device_mapping_fn = fileid_device_mapping_fsid; 191 /* 192 * "fileid:mapping" is only here as fallback for old setups 193 * "fileid:algorithm" is the option new setups should use 194 */ 195 algorithm = lp_parm_const_string(SNUM(handle->conn), 196 "fileid", "mapping", 197 "fsname"); 192 198 algorithm = lp_parm_const_string(SNUM(handle->conn), 193 199 "fileid", "algorithm", 194 "fsname");200 algorithm); 195 201 if (strcmp("fsname", algorithm) == 0) { 196 202 data->device_mapping_fn = fileid_device_mapping_fsname;
Note:
See TracChangeset
for help on using the changeset viewer.