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
assert(!open);
BlockingCall(GetEventLoop(), [this](){
#ifdef HAVE_ZEROCONF
zeroconf_helper.reset();
#endif
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