From: Mike Brady <4265913+mikebrady@users.noreply.github.com> Date: Sun, 17 Sep 2023 13:30:02 +0000 (+0100) Subject: Fix a bug that prevented Shairport Sync being added to Home. X-Git-Tag: 4.3.1-dev~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2d24665983a42bbd8fe72997cd185477dffccab2;p=thirdparty%2Fshairport-sync.git Fix a bug that prevented Shairport Sync being added to Home. --- diff --git a/rtsp.c b/rtsp.c index 64c3c3bf..732bb93e 100644 --- a/rtsp.c +++ b/rtsp.c @@ -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);