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

Filter source address correctly when using multicast (both ASM or SSM)

parent 8555a2ce
......@@ -379,8 +379,8 @@ static int OpenUDP( vlc_object_t * p_this )
}
}
}
else
#endif
if( *psz_server_addr )
{
/* Build socket for remote connection */
......
......@@ -298,7 +298,7 @@ static int OpenUDP( vlc_object_t * p_this )
}
}
}
else
if( *psz_server_addr )
{
int ttl;
......
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