From 66757da88439a7454872f0136b78119331ab803f Mon Sep 17 00:00:00 2001 From: Michael Smith Date: Thu, 13 Feb 2003 11:51:35 +0000 Subject: [PATCH] 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 --- net/sock.c | 1 - 1 file changed, 1 deletion(-) diff --git a/net/sock.c b/net/sock.c index 7018c38..b50b512 100644 --- a/net/sock.c +++ b/net/sock.c @@ -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;