diff options
Diffstat (limited to '')
-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 87a35eca2..86ac7fc7a 100644 --- a/src/Main.cxx +++ b/src/Main.cxx @@ -413,7 +413,7 @@ int mpd_main(int argc, char *argv[]) const unsigned max_clients = config_get_positive(CONF_MAX_CONN, 10); instance->client_list = new ClientList(max_clients); - if (!listen_global_init(error)) { + if (!listen_global_init(*main_loop, error)) { LogError(error); return EXIT_FAILURE; } |