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

Remove left over HAVE_GETADDRINFO, fix ACL regression (1.2 only)

parent d9c60eb8
......@@ -84,9 +84,7 @@ static int ACL_Resolve( vlc_object_t *p_this, uint8_t *p_bytes,
break;
}
#if defined (HAVE_GETADDRINFO) || defined (WIN32)
/* unfortunately many people define AF_INET6
though they don't have struct sockaddr_in6 */
#ifdef AF_INET6
case AF_INET6:
{
struct sockaddr_in6 *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