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

Remove duplicate check

parent 8b82ac46
......@@ -1649,7 +1649,7 @@ static int RtspCallback( httpd_callback_sys_t *p_args,
{
case HTTPD_MSG_DESCRIBE:
{
char *psz_sdp = SDPGenerate( p_stream, psz_destination ? psz_destination : "0.0.0.0", VLC_TRUE );
char *psz_sdp = SDPGenerate( p_stream, psz_destination, VLC_TRUE );
answer->i_status = 200;
httpd_MsgAdd( answer, "Content-Type", "%s", "application/sdp" );
......
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