diff options
Diffstat (limited to '')
-rw-r--r-- | src/ZeroconfAvahi.cxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/ZeroconfAvahi.cxx b/src/ZeroconfAvahi.cxx index 41eb2b016..2d7a9fee9 100644 --- a/src/ZeroconfAvahi.cxx +++ b/src/ZeroconfAvahi.cxx @@ -234,6 +234,7 @@ AvahiInit(EventLoop &loop, const char *serviceName) #ifdef USE_EPOLL // TODO (void)loop; + if (1==1) return; #else avahi_glib_poll = avahi_glib_poll_new(loop.GetContext(), G_PRIORITY_DEFAULT); |