mirror of
https://github.com/owntone/owntone-server.git
synced 2025-11-26 12:36:15 -05:00
make gdbm the default
This commit is contained in:
@@ -481,7 +481,7 @@ int main(int argc, char *argv[]) {
|
||||
}
|
||||
|
||||
|
||||
if(db_open(config.db_dir)) {
|
||||
if(db_open(config.dbdir)) {
|
||||
perror("db_open");
|
||||
exit(EXIT_FAILURE);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user