diff options
Diffstat (limited to 'toxcore/TCP_client.c')
-rw-r--r-- | toxcore/TCP_client.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/toxcore/TCP_client.c b/toxcore/TCP_client.c index 45220538..ff92d215 100644 --- a/toxcore/TCP_client.c +++ b/toxcore/TCP_client.c | |||
@@ -460,7 +460,6 @@ TCP_Client_Connection *new_TCP_connection(IP_Port ip_port, const uint8_t *public | |||
460 | sock_t sock = socket(ip_port.ip.family, SOCK_STREAM, IPPROTO_TCP); | 460 | sock_t sock = socket(ip_port.ip.family, SOCK_STREAM, IPPROTO_TCP); |
461 | 461 | ||
462 | if (!sock_valid(sock)) { | 462 | if (!sock_valid(sock)) { |
463 | printf("fail1 %u\n", sock); | ||
464 | return NULL; | 463 | return NULL; |
465 | } | 464 | } |
466 | 465 | ||