summaryrefslogtreecommitdiff
path: root/src/Main.cxx
diff options
context:
space:
mode:
authorMax Kellermann <max@musicpd.org>2018-07-17 21:49:27 +0200
committerMax Kellermann <max@musicpd.org>2018-07-17 22:05:27 +0200
commit0ff0aca2e2391a42900a588f9b6ed4d525509aac (patch)
tree0fd780e23fd5f246baeaec6d68f34979d2364de3 /src/Main.cxx
parent7b02c0224c839d88bb61ee719d780f6a653eb4e2 (diff)
input/Init: use struct ConfigData
Diffstat (limited to 'src/Main.cxx')
-rw-r--r--src/Main.cxx3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/Main.cxx b/src/Main.cxx
index c13e84dda..062009adc 100644
--- a/src/Main.cxx
+++ b/src/Main.cxx
@@ -570,7 +570,8 @@ try {
}
client_manager_init();
- input_stream_global_init(instance->io_thread.GetEventLoop());
+ input_stream_global_init(GetGlobalConfig(),
+ instance->io_thread.GetEventLoop());
playlist_list_global_init();
#ifdef ENABLE_DAEMON