1
mirror of https://code.videolan.org/videolan/vlc synced 2024-10-07 03:56:28 +02:00

iface-addr -> miface-addr

This commit is contained in:
Rémi Denis-Courmont 2005-10-08 17:39:07 +00:00
parent adb18922a4
commit ff90bd9c46

View File

@ -300,7 +300,7 @@ static int OpenUDP( vlc_object_t * p_this )
if( IN_MULTICAST( ntohl(sock.sin_addr.s_addr) ) )
{
/* Determine interface to be used for multicast */
char * psz_if_addr = config_GetPsz( p_this, "iface-addr" );
char * psz_if_addr = config_GetPsz( p_this, "miface-addr" );
/* If we have a source address, we use IP_ADD_SOURCE_MEMBERSHIP
so that IGMPv3 aware OSes running on IGMPv3 aware networks