diff options
Diffstat (limited to 'src/Main.cxx')
-rw-r--r-- | src/Main.cxx | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/src/Main.cxx b/src/Main.cxx index 5f91a19b7..acb4b6b67 100644 --- a/src/Main.cxx +++ b/src/Main.cxx @@ -510,10 +510,7 @@ static int mpd_main_after_fork(struct options options) try { Error error; - if (!ConfigureFS(error)) { - LogError(error); - return EXIT_FAILURE; - } + ConfigureFS(); if (!glue_mapper_init(error)) { LogError(error); |