From: Andrew Tridgell Date: Mon, 21 Apr 2008 16:40:45 +0000 (+0200) Subject: keep compatibility with v3-0-ctdb name for fileid:mapping option X-Git-Tag: samba-3.3.0pre1~201 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=2856d2e4a43fbcc6c8f8ac7b1613828170362861;p=thirdparty%2Fsamba.git keep compatibility with v3-0-ctdb name for fileid:mapping option --- 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;