[SCM] Samba Shared Repository - branch master updated - abf37b3e230a7452916d5b7237fb52eaad8f75fe

Tim Prouty tprouty at samba.org
Fri Jan 16 06:04:08 GMT 2009


The branch, master has been updated
       via  abf37b3e230a7452916d5b7237fb52eaad8f75fe (commit)
      from  584da3fea3f4391bb8b68cac90947edf88d0c28d (commit)

http://gitweb.samba.org/?p=samba.git;a=shortlog;h=master


- Log -----------------------------------------------------------------
commit abf37b3e230a7452916d5b7237fb52eaad8f75fe
Author: Tim Prouty <tprouty at samba.org>
Date:   Thu Jan 15 21:59:20 2009 -0800

    s3: Remove an incorrect const

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

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


Changeset truncated at 500 lines:

diff --git a/source3/modules/vfs_acl_tdb.c b/source3/modules/vfs_acl_tdb.c
index be28b5f..57fe73c 100644
--- a/source3/modules/vfs_acl_tdb.c
+++ b/source3/modules/vfs_acl_tdb.c
@@ -36,7 +36,7 @@ static struct db_context *acl_db;
 
 static bool acl_tdb_init(struct db_context **pp_db)
 {
-	const char *dbname;
+	char *dbname;
 
 	if (acl_db) {
 		*pp_db = acl_db;


-- 
Samba Shared Repository


More information about the samba-cvs mailing list