From: Mike Brady <4265913+mikebrady@users.noreply.github.com> Date: Fri, 12 Aug 2022 09:58:20 +0000 (+0100) Subject: Fix a misleading comment X-Git-Tag: 4.1-rc1~24^2~28 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9feb901004649cdf0e7f12f7d93e460e027a6be4;p=thirdparty%2Fshairport-sync.git Fix a misleading comment --- diff --git a/shairport.c b/shairport.c index 5eec4de5..40c821f2 100644 --- a/shairport.c +++ b/shairport.c @@ -560,7 +560,7 @@ int parse_options(int argc, char **argv) { // Set to NULL to work with transient pairing config.airplay_pin = NULL; - // use the start of the config.hw_addr and the PID to generate the default airplay_device_id + // use the MAC address placed in config.hw_addr to generate the default airplay_device_id uint64_t temporary_airplay_id = nctoh64(config.hw_addr); temporary_airplay_id = temporary_airplay_id >> 16; // we only use the first 6 bytes but have imported 8.