]> git.sesse.net Git - vlc/commitdiff
Remove FIXME that doesn't need to be fixed
authorRémi Denis-Courmont <rem@videolan.org>
Wed, 27 Jul 2005 18:59:03 +0000 (18:59 +0000)
committerRémi Denis-Courmont <rem@videolan.org>
Wed, 27 Jul 2005 18:59:03 +0000 (18:59 +0000)
include/network.h

index 4740ca9362c663877df0ae7bba8150068054108a..4bdbea16f00837fe358ad67d33cf098959ce6c65 100644 (file)
@@ -462,7 +462,6 @@ VLC_EXPORT( void, vlc_freeaddrinfo, ( struct addrinfo * ) );
 /*****************************************************************************
  * 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.
- * 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 )
 {