Skip to content

Commit

Permalink
Oops -- a little typo.
Browse files Browse the repository at this point in the history
  • Loading branch information
mikebrady committed Oct 15, 2017
1 parent d3241cf commit 3388314
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rtsp.c
Original file line number Diff line number Diff line change
Expand Up @@ -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.",
Expand Down

0 comments on commit 3388314

Please sign in to comment.