mirror of
https://gitlab.xiph.org/xiph/icecast-common.git
synced 2024-12-04 14:46:31 -05: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:
parent
38ab54d207
commit
66757da884
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user