From: Mike Brady Date: Tue, 3 Apr 2018 21:43:35 +0000 (+0100) Subject: Fix problem when reconnecting to an itunes play session. X-Git-Tag: 3.2RC1~7^2~9 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=84cd85eb22b8b08032fbe2ffa63a7cd7377ded3f;p=thirdparty%2Fshairport-sync.git Fix problem when reconnecting to an itunes play session. --- diff --git a/dacp.c b/dacp.c index 94c23f57..c204f8ca 100644 --- a/dacp.c +++ b/dacp.c @@ -302,7 +302,7 @@ void relinquish_dacp_server_information(rtsp_conn_info *conn) { // the conversation number // Thus, we can keep the DACP port that might have previously been discovered void set_dacp_server_information(rtsp_conn_info *conn) { - debug(1, "set_dacp_server_information."); + // debug(1, "set_dacp_server_information."); sps_pthread_mutex_timedlock( &dacp_server_information_lock, 500000, "set_dacp_server_information couldn't get DACP server information lock in 0.5 second!.", 2);