s3: Remove an incorrect const
authorTim Prouty <tprouty@samba.org>
Fri, 16 Jan 2009 05:59:20 +0000 (21:59 -0800)
committerTim Prouty <tprouty@samba.org>
Fri, 16 Jan 2009 05:59:20 +0000 (21:59 -0800)
source3/modules/vfs_acl_tdb.c

index be28b5f0d896832d20ad3582de8d95978719b60c..57fe73c814cfe41e2a4e5483f57ffe1c8e632adb 100644 (file)
@@ -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;