diff options
author | Max Kellermann <max@musicpd.org> | 2018-07-17 23:06:17 +0200 |
---|---|---|
committer | Max Kellermann <max@musicpd.org> | 2018-07-17 23:06:17 +0200 |
commit | 426b9672cf4899b4b4bf10e63d1f635366d37f01 (patch) | |
tree | 052373e05b7dfdad565aaa8f10792990490a1243 /src/Main.cxx | |
parent | 4d804199827484ce9f408559dd2743e439c24f90 (diff) |
db/Configured: use struct ConfigData
Diffstat (limited to 'src/Main.cxx')
-rw-r--r-- | src/Main.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Main.cxx b/src/Main.cxx index b40f870b0..e8758ef37 100644 --- a/src/Main.cxx +++ b/src/Main.cxx @@ -186,7 +186,7 @@ static bool glue_db_init_and_load(const ConfigData &config) { instance->database = - CreateConfiguredDatabase(instance->event_loop, + CreateConfiguredDatabase(config, instance->event_loop, instance->io_thread.GetEventLoop(), *instance); if (instance->database == nullptr) |