Change option name.
authorKarolin Seeger <kseeger@samba.org>
Thu, 21 Feb 2008 18:34:48 +0000 (19:34 +0100)
committerKarolin Seeger <kseeger@samba.org>
Thu, 21 Feb 2008 18:34:48 +0000 (19:34 +0100)
xattr:tdb -> xattr_tdb:file (according to the other vfs option names)

Karolin

source/modules/vfs_xattr_tdb.c

index 171022b01b631332872cd487c894e4d3631fdc57..0a92d5c591e62d1379c8a81df7565907d4965a2d 100644 (file)
@@ -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) {