From: Mike Brady <4265913+mikebrady@users.noreply.github.com> Date: Tue, 22 Mar 2022 07:49:58 +0000 (+1100) Subject: Simplify a comment. X-Git-Tag: 4.1-rc1~24^2~237 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9ae4dee5ae8f34e08bd8e63188ac8f231bb0bd6a;p=thirdparty%2Fshairport-sync.git Simplify a comment. --- diff --git a/player.h b/player.h index 7bc19631..be76e2f7 100644 --- a/player.h +++ b/player.h @@ -257,7 +257,7 @@ typedef struct { int rtp_running; uint64_t rtp_time_of_last_resend_request_error_ns; - char client_ip_string[INET6_ADDRSTRLEN]; // the ip string pointing to the client + char client_ip_string[INET6_ADDRSTRLEN]; // the ip string of the client uint16_t client_rtsp_port; char self_ip_string[INET6_ADDRSTRLEN]; // the ip string being used by this program -- it uint16_t self_rtsp_port; // could be one of many, so we need to know it