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

Remove FIXME that doesn't need to be fixed

parent 781bcc96
...@@ -462,7 +462,6 @@ VLC_EXPORT( void, vlc_freeaddrinfo, ( struct addrinfo * ) ); ...@@ -462,7 +462,6 @@ VLC_EXPORT( void, vlc_freeaddrinfo, ( struct addrinfo * ) );
/***************************************************************************** /*****************************************************************************
* net_AddressIsMulticast: This function returns VLC_FALSE if the psz_addr does * net_AddressIsMulticast: This function returns VLC_FALSE if the psz_addr does
* not specify a multicast address or if the address is not a valid address. * not specify a multicast address or if the address is not a valid address.
* FIXME: Only the first returned address is checked. This might be problematic.
*****************************************************************************/ *****************************************************************************/
static inline vlc_bool_t net_AddressIsMulticast( vlc_object_t *p_object, char *psz_addr ) static inline vlc_bool_t net_AddressIsMulticast( vlc_object_t *p_object, char *psz_addr )
{ {
......
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