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

StopSend for SAP discovery

parent 847ceed4
......@@ -1332,6 +1332,7 @@ static int InitSocket( services_discovery_t *p_sd, char *psz_address,
if( i_fd != -1 )
{
net_StopSend( i_fd );
INSERT_ELEM( p_sd->p_sys->pi_fd, p_sd->p_sys->i_fd,
p_sd->p_sys->i_fd, i_fd );
return VLC_SUCCESS;
......
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