From: Karolin Seeger Date: Thu, 21 Feb 2008 18:34:48 +0000 (+0100) Subject: Change option name. X-Git-Tag: samba-4.0.0alpha6~801^2~3573^2~236^2 X-Git-Url: http://git.samba.org/samba.git/?a=commitdiff_plain;h=7428f00d22ea0b006fd2c69d6533b534f8e41381;p=ira%2Fwip.git Change option name. xattr:tdb -> xattr_tdb:file (according to the other vfs option names) Karolin (This used to be commit a2230ccc1700af02f5a5caedd2e66e6f4c14bb5c) --- diff --git a/source3/modules/vfs_xattr_tdb.c b/source3/modules/vfs_xattr_tdb.c index 171022b01b6..0a92d5c591e 100644 --- a/source3/modules/vfs_xattr_tdb.c +++ b/source3/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) {