aboutsummaryrefslogtreecommitdiffstats
path: root/src/db.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/db.c')
-rw-r--r--src/db.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/db.c b/src/db.c
index e6eb3d1..aebead2 100644
--- a/src/db.c
+++ b/src/db.c
@@ -55,7 +55,7 @@ db_open(
rc = memdb_create(&memdb);
if (!rc) {
- rc = filedb_create(&filedb, directory, "CYNARA");
+ rc = filedb_create(&filedb, directory, NULL);
if (rc)
anydb_destroy(memdb);
}