[SCM] Samba Shared Repository - branch v3-2-test updated - initial-v3-2-test-2483-ga2230cc

Karolin Seeger kseeger at samba.org
Thu Feb 21 18:35:46 GMT 2008


The branch, v3-2-test has been updated
       via  a2230ccc1700af02f5a5caedd2e66e6f4c14bb5c (commit)
      from  22cdd4cb507022d9c670b7d5cbc8d357b0b91637 (commit)

http://gitweb.samba.org/?samba.git;a=shortlog;h=v3-2-test


- Log -----------------------------------------------------------------
commit a2230ccc1700af02f5a5caedd2e66e6f4c14bb5c
Author: Karolin Seeger <kseeger at samba.org>
Date:   Thu Feb 21 19:34:48 2008 +0100

    Change option name.
    xattr:tdb -> xattr_tdb:file (according to the other vfs option names)
    
    Karolin

-----------------------------------------------------------------------

Summary of changes:
 source/modules/vfs_xattr_tdb.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


Changeset truncated at 500 lines:

diff --git a/source/modules/vfs_xattr_tdb.c b/source/modules/vfs_xattr_tdb.c
index 171022b..0a92d5c 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) {


-- 
Samba Shared Repository


More information about the samba-cvs mailing list