1
0
mirror of https://gitlab.xiph.org/xiph/icecast-common.git synced 2024-09-29 04:25:57 -04:00

Remove comment added earlier - that version of the function is only there

for backwards compatibility, and isn't MEANT to do ipv6. Oops.

svn path=/trunk/net/; revision=4343
This commit is contained in:
Michael Smith 2003-02-13 11:51:35 +00:00
parent 38ab54d207
commit 66757da884

View File

@ -486,7 +486,6 @@ sock_t sock_connect_wto(const char *hostname, const int port, const int timeout)
#else
/* TODO: This doesn't do ipv6 connections */
int sock_try_connection (int sock, const char *hostname, const unsigned port)
{
struct sockaddr_in sin, server;