]> git.ipfire.org Git - thirdparty/shairport-sync.git/commitdiff
Replace a mutex unlock deleted by accident.
authorMike Brady <mikebrady@eircom.net>
Fri, 19 Oct 2018 13:04:30 +0000 (14:04 +0100)
committerMike Brady <mikebrady@eircom.net>
Fri, 19 Oct 2018 13:04:30 +0000 (14:04 +0100)
player.c

index 235b03ab563ec93e676c0c628bc90e1d4101dc15..a96fc845966b52ae654b27ddcc64f7c7d89278fe 100644 (file)
--- a/player.c
+++ b/player.c
@@ -602,6 +602,7 @@ void player_put_packet(seq_t seqno, uint32_t actual_timestamp, uint8_t *data,
                    j)) { // prevent multiple requests from the same level of lookback
                 check_buf->resend_level = j;
                 if (config.disable_resend_requests == 0) {
+                       debug_mutex_unlock(&conn->ab_mutex, 3);
                   rtp_request_resend(next, 1, conn);
                   conn->resend_requests++;
                   debug_mutex_lock(&conn->ab_mutex, 20000, 1);