From d609ccbab5cd0391687d72dad85b8cee6b38c0a3 Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Mon, 21 Apr 2008 18:40:45 +0200 Subject: keep compatibility with v3-0-ctdb name for fileid:mapping option (This used to be commit 2856d2e4a43fbcc6c8f8ac7b1613828170362861) --- source3/modules/vfs_fileid.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; -- cgit