diff options
author | Max Kellermann <max@musicpd.org> | 2018-07-17 23:09:56 +0200 |
---|---|---|
committer | Max Kellermann <max@musicpd.org> | 2018-07-17 23:09:56 +0200 |
commit | 3a4a430f6ca3e3afb7e94b5f5738e1862b8b5222 (patch) | |
tree | 82682fbc304754c7712efcd2c4c03d17c0610880 /src/Main.cxx | |
parent | 36db40b224a1b03c968ef7993a6948c4db460798 (diff) |
fs/Config: 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 aec0597ba..6a29de7e0 100644 --- a/src/Main.cxx +++ b/src/Main.cxx @@ -547,7 +547,7 @@ try { static int mpd_main_after_fork(const ConfigData &raw_config, const Config &config) try { - ConfigureFS(); + ConfigureFS(raw_config); glue_mapper_init(raw_config); |