From: Jaroslav Kysela Date: Mon, 18 Sep 2017 12:24:49 +0000 (+0200) Subject: Revert "satip server: close session on SETUP error, fixes #4471" X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=0683521cb0c9c4384a245436a32a26e2439f487a;p=thirdparty%2Ftvheadend.git Revert "satip server: close session on SETUP error, fixes #4471" This reverts commit 72128777940978239ba535c98d2c27648687c93f. --- diff --git a/src/satip/rtsp.c b/src/satip/rtsp.c index 4fbf9a90d..5550c8496 100644 --- a/src/satip/rtsp.c +++ b/src/satip/rtsp.c @@ -1460,10 +1460,6 @@ rtsp_process_play(http_connection_t *hc, int cmd) goto end; error: - if (rs && cmd == RTSP_CMD_SETUP) { - rtsp_close_session(rs); - rtsp_free_session(rs); - } pthread_mutex_unlock(&rtsp_lock); error2: http_error(hc, errcode);