From: nishi Date: Thu, 13 Jun 2024 12:35:27 +0000 (+0000) Subject: forgot to remove wsa-dependent function X-Git-Url: http://10.10.0.4:5575/?a=commitdiff_plain;h=72c950c57e99fc45a1b6f83d5c2c2f8c3f271979;p=dataworks.git forgot to remove wsa-dependent function git-svn-id: file:///raid/svn-main/nishi-dataworks/trunk@297 d4a5a174-5a4a-5b4b-b672-37683c10d7d5 --- 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; }