Commit f08810b2 authored by Max Kellermann's avatar Max Kellermann

output/snapcast: add missing #ifdef HAVE_ZEROCONF

parent 7a68775e
...@@ -90,7 +90,9 @@ SnapcastOutput::Unbind() noexcept ...@@ -90,7 +90,9 @@ SnapcastOutput::Unbind() noexcept
assert(!open); assert(!open);
BlockingCall(GetEventLoop(), [this](){ BlockingCall(GetEventLoop(), [this](){
#ifdef HAVE_ZEROCONF
zeroconf_helper.reset(); zeroconf_helper.reset();
#endif
ServerSocket::Close(); ServerSocket::Close();
}); });
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment