diff options
author | Karolin Seeger <kseeger@samba.org> | 2008-02-21 19:34:48 +0100 |
---|---|---|
committer | Karolin Seeger <kseeger@samba.org> | 2008-02-21 19:34:48 +0100 |
commit | 7428f00d22ea0b006fd2c69d6533b534f8e41381 (patch) | |
tree | 9c5587215d3ef35c5d191fb7557e6be618fe5b5e /source3/modules | |
parent | bf6dbf8e1b371770a2c9df99b27569c36587df39 (diff) | |
download | samba-7428f00d22ea0b006fd2c69d6533b534f8e41381.tar.gz samba-7428f00d22ea0b006fd2c69d6533b534f8e41381.tar.bz2 samba-7428f00d22ea0b006fd2c69d6533b534f8e41381.zip |
Change option name.
xattr:tdb -> xattr_tdb:file (according to the other vfs option names)
Karolin
(This used to be commit a2230ccc1700af02f5a5caedd2e66e6f4c14bb5c)
Diffstat (limited to 'source3/modules')
-rw-r--r-- | source3/modules/vfs_xattr_tdb.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/modules/vfs_xattr_tdb.c b/source3/modules/vfs_xattr_tdb.c index 171022b01b..0a92d5c591 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) { |