From a2230ccc1700af02f5a5caedd2e66e6f4c14bb5c Mon Sep 17 00:00:00 2001 From: Karolin Seeger Date: Thu, 21 Feb 2008 19:34:48 +0100 Subject: [PATCH] Change option name. xattr:tdb -> xattr_tdb:file (according to the other vfs option names) Karolin --- source/modules/vfs_xattr_tdb.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/modules/vfs_xattr_tdb.c b/source/modules/vfs_xattr_tdb.c index 171022b01b6..0a92d5c591e 100644 --- a/source/modules/vfs_xattr_tdb.c +++ b/source/modules/vfs_xattr_tdb.c @@ -575,7 +575,7 @@ static bool xattr_tdb_init(int snum, struct db_context **p_db) struct db_context *db; const char *dbname; - dbname = lp_parm_const_string(snum, "xattr", "tdb", + dbname = lp_parm_const_string(snum, "xattr_tdb", "file", lock_path("xattr.tdb")); if (dbname == NULL) { -- 2.11.4.GIT