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