Commit ca376e8d authored by Rémi Denis-Courmont's avatar Rémi Denis-Courmont

sout/rtsp: dead code

parent 41de9cd3
...@@ -1077,8 +1077,7 @@ static int RtspHandler( rtsp_stream_t *rtsp, rtsp_stream_id_t *id, ...@@ -1077,8 +1077,7 @@ static int RtspHandler( rtsp_stream_t *rtsp, rtsp_stream_id_t *id,
{ {
answer->i_status = 405; answer->i_status = 405;
httpd_MsgAdd( answer, "Allow", httpd_MsgAdd( answer, "Allow",
"%s, TEARDOWN, PLAY, GET_PARAMETER", "DESCRIBE, TEARDOWN, PLAY, GET_PARAMETER" );
( id != NULL ) ? "SETUP" : "DESCRIBE" );
break; break;
} }
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment