From 72c950c57e99fc45a1b6f83d5c2c2f8c3f271979 Mon Sep 17 00:00:00 2001 From: nishi Date: Thu, 13 Jun 2024 12:35:27 +0000 Subject: [PATCH] forgot to remove wsa-dependent function git-svn-id: file:///raid/svn-main/nishi-dataworks/trunk@297 d4a5a174-5a4a-5b4b-b672-37683c10d7d5 --- RemoteClient/tcpip.c | 1 - 1 file changed, 1 deletion(-) diff --git a/RemoteClient/tcpip.c b/RemoteClient/tcpip.c index 96a7d00..d118181 100644 --- a/RemoteClient/tcpip.c +++ b/RemoteClient/tcpip.c @@ -138,7 +138,6 @@ int rcli_init(void) { freeaddrinfo(result); free(strport); if(rp == NULL) { - printf("%d\n", WSAGetLastError()); fprintf(stderr, "Failed to connect\n"); return 1; } -- 2.43.0