From: Mike Brady Date: Sun, 15 Oct 2017 13:38:52 +0000 (+0100) Subject: Oops -- a little typo. X-Git-Tag: 3.2d10~2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=338831455b24d8a988cf6e841abdcc917d98322a;p=thirdparty%2Fshairport-sync.git Oops -- a little typo. --- diff --git a/rtsp.c b/rtsp.c index 873d0a17..07f25bef 100644 --- a/rtsp.c +++ b/rtsp.c @@ -2023,7 +2023,7 @@ void rtsp_listen_loop(void) { inet_ntop(AF_INET, &(sa->sin_addr), remote_ip4, INET_ADDRSTRLEN); unsigned short int rport = ntohs(sa->sin_port); #ifdef CONFIG_METADATA - send_ssnc_metadata'clip', strdup(remote_ip4), strlen(remote_ip4), 1); + send_ssnc_metadata('clip', strdup(remote_ip4), strlen(remote_ip4), 1); send_ssnc_metadata('svip', strdup(ip4), strlen(ip4), 1); #endif debug(1, "New RTSP connection from %s:%u to self at %s:%u on conversation thread %d.",