From: Jaroslav Kysela Date: Tue, 22 Mar 2016 07:11:10 +0000 (+0100) Subject: SAT>IP server: change 503 response to 405 when freq is invalid, fixes #3649 X-Git-Tag: v4.2.1~827 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=029ce39f655722129b40b7d1c08b9382d0110b65;p=thirdparty%2Ftvheadend.git SAT>IP server: change 503 response to 405 when freq is invalid, fixes #3649 --- diff --git a/src/satip/rtsp.c b/src/satip/rtsp.c index c8a603cca..567359e6c 100644 --- a/src/satip/rtsp.c +++ b/src/satip/rtsp.c @@ -492,7 +492,7 @@ rtsp_start mpegts_service_t *svc; dvb_mux_conf_t dmc; char buf[384]; - int res = HTTP_STATUS_SERVICE, qsize = 3000000, created = 0, weight; + int res = HTTP_STATUS_NOT_ALLOWED, qsize = 3000000, created = 0, weight; pthread_mutex_lock(&global_lock); weight = satip_server_conf.satip_weight;