aboutsummaryrefslogtreecommitdiffstats
path: root/src/Main.cxx
diff options
context:
space:
mode:
authorMax Kellermann <max@duempel.org>2013-10-17 22:13:54 +0200
committerMax Kellermann <max@duempel.org>2013-10-17 22:29:03 +0200
commit080ee87e07f0037e559abbea6f7db73602af5137 (patch)
tree66464d51200132175724333164a43d65efb2dfe1 /src/Main.cxx
parentfa60b9ae94a61c71da2b7dd7305eb191612bc6e6 (diff)
downloadmpd-080ee87e07f0037e559abbea6f7db73602af5137.tar.gz
mpd-080ee87e07f0037e559abbea6f7db73602af5137.tar.xz
mpd-080ee87e07f0037e559abbea6f7db73602af5137.zip
fs/Path: move configuration code to Config.cxx
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 3c88fc3c4..14820f0db 100644
--- a/src/Main.cxx
+++ b/src/Main.cxx
@@ -49,6 +49,7 @@
#include "event/Loop.hxx"
#include "IOThread.hxx"
#include "fs/Path.hxx"
+#include "fs/Config.hxx"
#include "PlaylistRegistry.hxx"
#include "ZeroconfGlue.hxx"
#include "DecoderList.hxx"
@@ -412,7 +413,7 @@ int mpd_main(int argc, char *argv[])
GlobalEvents::Register(GlobalEvents::SHUTDOWN, shutdown_event_emitted);
#endif
- Path::GlobalInit();
+ ConfigureFS();
if (!glue_mapper_init(error)) {
LogError(error);