From: Mike Brady <4265913+mikebrady@users.noreply.github.com> Date: Wed, 1 Sep 2021 09:30:24 +0000 (+0100) Subject: Stop initialising the airplay_gid. Now if it's NULL it means the group UUID is the... X-Git-Tag: 4.1-dev~4^2~27 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7fb8b288f07311e552db4ca7f0f18be56dd7755f;p=thirdparty%2Fshairport-sync.git Stop initialising the airplay_gid. Now if it's NULL it means the group UUID is the same as the deviice's pi. Alos airplay_gid is moved to the conn. --- diff --git a/shairport.c b/shairport.c index c40ae1cc..9ab3f51a 100644 --- a/shairport.c +++ b/shairport.c @@ -1625,7 +1625,6 @@ int main(int argc, char **argv) { // Produces a UUID string at uuid consisting of lower-case letters uuid_unparse_lower(binuuid, uuid); config.airplay_pi = strdup(uuid); - config.airplay_gid = strdup(uuid); // initially the gid is the same as the pi // now we need to create the sequence of items for a Bonjour TXT record. #else