output/snapcast: add missing #ifdef HAVE_ZEROCONF
This commit is contained in:
parent
7a68775e6c
commit
f08810b202
@ -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();
|
||||||
});
|
});
|
||||||
|
Loading…
Reference in New Issue
Block a user