]> git.ipfire.org Git - thirdparty/shairport-sync.git/commitdiff
Oops -- a little typo.
authorMike Brady <mikebrady@eircom.net>
Sun, 15 Oct 2017 13:38:52 +0000 (14:38 +0100)
committerMike Brady <mikebrady@eircom.net>
Sun, 15 Oct 2017 13:38:52 +0000 (14:38 +0100)
rtsp.c

diff --git a/rtsp.c b/rtsp.c
index 873d0a170fd7b453ab3c1e51c674219f655f2635..07f25bef6054aeb62c60b582dac5fa81577ac9d4 100644 (file)
--- 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.",