diff options
author | Max Kellermann <max@duempel.org> | 2013-01-27 22:32:10 +0100 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2013-01-27 22:38:14 +0100 |
commit | 0988056471fefa2ee195a170dcf57771e7926a08 (patch) | |
tree | b1e7535d4100756006b61d1a03f60eaad6e1f9b7 /src/Main.cxx | |
parent | 95c3f57b3027e0961a1e32036dcce0383fb5e6ee (diff) | |
download | mpd-0988056471fefa2ee195a170dcf57771e7926a08.tar.gz mpd-0988056471fefa2ee195a170dcf57771e7926a08.tar.xz mpd-0988056471fefa2ee195a170dcf57771e7926a08.zip |
ZeroconfBonjour: use SocketMonitor instead of GIOChannel
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); |