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

Compile fix

parent 66465473
...@@ -263,7 +263,7 @@ static int OpenUDP( vlc_object_t * p_this ) ...@@ -263,7 +263,7 @@ static int OpenUDP( vlc_object_t * p_this )
so that IGMPv3 aware OSes running on IGMPv3 aware networks so that IGMPv3 aware OSes running on IGMPv3 aware networks
will do an IGMPv3 query on the network */ will do an IGMPv3 query on the network */
if (( rem.sin_addr.s_addr != INADDR_ANY ) if (( rem.sin_addr.s_addr != INADDR_ANY )
/*&& ((ntohl (sock.sin_addr.s_addr) >> 24) == 232)*/) /*&& ((ntohl (loc.sin_addr.s_addr) >> 24) == 232)*/)
{ {
#ifndef IP_ADD_SOURCE_MEMBERSHIP #ifndef IP_ADD_SOURCE_MEMBERSHIP
errno = ENOSYS; errno = ENOSYS;
...@@ -333,7 +333,7 @@ igmpv2: ...@@ -333,7 +333,7 @@ igmpv2:
} }
if( hiphlpapi && OurGetBestInterface && OurGetIpAddrTable && if( hiphlpapi && OurGetBestInterface && OurGetIpAddrTable &&
OurGetBestInterface( sock.sin_addr.s_addr, OurGetBestInterface( loc.sin_addr.s_addr,
&i_index ) == NO_ERROR ) &i_index ) == NO_ERROR )
{ {
PMIB_IPADDRTABLE p_table; PMIB_IPADDRTABLE p_table;
......
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