s3: Remove an incorrect const
[metze/samba/wip.git] / 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;