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

fix previous commit

parent 10493879
...@@ -169,7 +169,7 @@ int __net_ConnectUDP( vlc_object_t *p_this, const char *psz_host, int i_port, ...@@ -169,7 +169,7 @@ int __net_ConnectUDP( vlc_object_t *p_this, const char *psz_host, int i_port,
} }
#endif #endif
net_SetMcastHopLimit( i_handle, ptr->ai_family, i_hlim ); net_SetMcastHopLimit( fd, ptr->ai_family, i_hlim );
if( connect( fd, ptr->ai_addr, ptr->ai_addrlen ) == 0 ) if( connect( fd, ptr->ai_addr, ptr->ai_addrlen ) == 0 )
{ {
......
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