]> git.ipfire.org Git - thirdparty/shairport-sync.git/commitdiff
Stop initialising the airplay_gid. Now if it's NULL it means the group UUID is the...
authorMike Brady <4265913+mikebrady@users.noreply.github.com>
Wed, 1 Sep 2021 09:30:24 +0000 (10:30 +0100)
committerMike Brady <4265913+mikebrady@users.noreply.github.com>
Wed, 1 Sep 2021 09:30:24 +0000 (10:30 +0100)
shairport.c

index c40ae1ccd35e8b16e48d67c08e2f7cb9e3432703..9ab3f51aece7b4a7103880d3ba70069f8335f0d6 100644 (file)
@@ -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