Skip to content

Commit

Permalink
Fix a bug that prevented Shairport Sync being added to Home.
Browse files Browse the repository at this point in the history
  • Loading branch information
mikebrady committed Sep 17, 2023
2 parents 8372092 + e6a2a42 commit a1b0121
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# Process this file with autoconf to produce a configure script.

AC_PREREQ([2.50])
AC_INIT([shairport-sync], [4.3], [4265913+mikebrady@users.noreply.github.com])
AC_INIT([shairport-sync], [4.3.1], [4265913+mikebrady@users.noreply.github.com])
AM_INIT_AUTOMAKE([subdir-objects])
AC_CONFIG_SRCDIR([shairport.c])
AC_CONFIG_HEADERS([config.h])
Expand Down
2 changes: 1 addition & 1 deletion rtsp.c
Original file line number Diff line number Diff line change
Expand Up @@ -3144,8 +3144,8 @@ void handle_setup_2(rtsp_conn_info *conn, rtsp_message *req, rtsp_message *resp)
cancel_all_RTSP_threads(
remote_control_stream,
conn->connection_number); // kill all the other remote control listeners
resp->respcode = 200;
*/
resp->respcode = 200;
} else {
debug(1, "SETUP on Connection %d: an unrecognised \"%s\" setup detected.",
conn->connection_number, timingProtocolString);
Expand Down

0 comments on commit a1b0121

Please sign in to comment.