summaryrefslogtreecommitdiff
path: root/source3/modules/vfs_fileid.c
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>2008-04-21 18:40:45 +0200
committerMichael Adam <obnox@samba.org>2008-08-13 11:54:01 +0200
commitd609ccbab5cd0391687d72dad85b8cee6b38c0a3 (patch)
treea663422657e29c0c76eedfb041fb1c4c41357893 /source3/modules/vfs_fileid.c
parent8c156679af6c7ff859c078743afd598810b396cd (diff)
downloadsamba-d609ccbab5cd0391687d72dad85b8cee6b38c0a3.tar.gz
samba-d609ccbab5cd0391687d72dad85b8cee6b38c0a3.tar.bz2
samba-d609ccbab5cd0391687d72dad85b8cee6b38c0a3.zip
keep compatibility with v3-0-ctdb name for fileid:mapping option
(This used to be commit 2856d2e4a43fbcc6c8f8ac7b1613828170362861)
Diffstat (limited to 'source3/modules/vfs_fileid.c')
-rw-r--r--source3/modules/vfs_fileid.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/modules/vfs_fileid.c b/source3/modules/vfs_fileid.c
index 1cbd857a35..8ab4ac3793 100644
--- a/source3/modules/vfs_fileid.c
+++ b/source3/modules/vfs_fileid.c
@@ -190,7 +190,7 @@ static int fileid_connect(struct vfs_handle_struct *handle,
data->device_mapping_fn = fileid_device_mapping_fsid;
algorithm = lp_parm_const_string(SNUM(handle->conn),
- "fileid", "algorithm",
+ "fileid", "mapping",
"fsname");
if (strcmp("fsname", algorithm) == 0) {
data->device_mapping_fn = fileid_device_mapping_fsname;