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 828462019..6f8bc27d0 100644 --- a/src/Main.cxx +++ b/src/Main.cxx @@ -490,7 +490,7 @@ int mpd_main(int argc, char *argv[]) return EXIT_FAILURE; } - ZeroconfInit(); + ZeroconfInit(*main_loop); player_create(&global_partition->pc); |