From 5d88044bb7a6674c77c99e85c55d315ae335db4c 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 --- src/net/sock.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/net/sock.c b/src/net/sock.c index 7018c381..b50b512b 100644 --- a/src/net/sock.c +++ b/src/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;