aboutsummaryrefslogtreecommitdiff
path: root/src/Main.cxx
diff options
context:
space:
mode:
authorMax Kellermann <max@duempel.org>2013-01-27 22:32:10 +0100
committerMax Kellermann <max@duempel.org>2013-01-27 22:38:14 +0100
commit0988056471fefa2ee195a170dcf57771e7926a08 (patch)
treeb1e7535d4100756006b61d1a03f60eaad6e1f9b7 /src/Main.cxx
parent95c3f57b3027e0961a1e32036dcce0383fb5e6ee (diff)
ZeroconfBonjour: use SocketMonitor instead of GIOChannel
Diffstat (limited to 'src/Main.cxx')
-rw-r--r--src/Main.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Main.cxx b/src/Main.cxx
index 82846201..6f8bc27d 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);