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

Forgot this file

parent 7f432665
...@@ -98,7 +98,7 @@ static int BuildAddr( vlc_object_t *p_this, struct sockaddr_in6 *p_socket, ...@@ -98,7 +98,7 @@ static int BuildAddr( vlc_object_t *p_this, struct sockaddr_in6 *p_socket,
hints.ai_socktype = SOCK_DGRAM; hints.ai_socktype = SOCK_DGRAM;
hints.ai_flags = AI_PASSIVE; hints.ai_flags = AI_PASSIVE;
i = vlc_getaddrinfo( p_this, psz_address, NULL, &hints, &res ); i = vlc_getaddrinfo( p_this, psz_address, 0, &hints, &res );
if( i ) if( i )
{ {
msg_Dbg( p_this, "%s: %s", psz_address, vlc_gai_strerror( i ) ); msg_Dbg( p_this, "%s: %s", psz_address, vlc_gai_strerror( i ) );
......
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