summaryrefslogtreecommitdiffstats
path: root/source/modules
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
commit2856d2e4a43fbcc6c8f8ac7b1613828170362861 (patch)
treecb007f554afab9a97377e7288ee6ced3183ad345 /source/modules
parent87c9f7717fc8171644c244fe697cace2968b8f8a (diff)
downloadsamba-2856d2e4a43fbcc6c8f8ac7b1613828170362861.tar.gz
samba-2856d2e4a43fbcc6c8f8ac7b1613828170362861.tar.xz
samba-2856d2e4a43fbcc6c8f8ac7b1613828170362861.zip
keep compatibility with v3-0-ctdb name for fileid:mapping option
Diffstat (limited to 'source/modules')
-rw-r--r--source/modules/vfs_fileid.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/modules/vfs_fileid.c b/source/modules/vfs_fileid.c
index 1cbd857a357..8ab4ac37932 100644
--- a/source/modules/vfs_fileid.c
+++ b/source/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;