mirror of
https://github.com/badaix/snapcast.git
synced 2025-05-19 20:16:15 +02:00
init active to false
This commit is contained in:
parent
b84762c1f5
commit
ce303d1ebb
3 changed files with 6 additions and 3 deletions
|
@ -27,7 +27,8 @@ static AvahiEntryGroup *group;
|
|||
static AvahiSimplePoll *simple_poll;
|
||||
static char* name;
|
||||
|
||||
PublishAvahi::PublishAvahi(const std::string& serviceName) : client(NULL), serviceName_(serviceName)
|
||||
PublishAvahi::PublishAvahi(const std::string& serviceName) :
|
||||
client(NULL), serviceName_(serviceName), active_(false)
|
||||
{
|
||||
group = NULL;
|
||||
simple_poll = NULL;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue