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

network: remove no-op continue

parent 4d626bb7
......@@ -210,7 +210,6 @@ int net_Connect( vlc_object_t *p_this, const char *psz_host, int i_port,
next_ai: /* failure */
net_Close( fd );
continue;
}
freeaddrinfo( res );
......
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