]> Nishi Git Mirror - dataworks.git/commitdiff
forgot to remove wsa-dependent function
authornishi <nishi@d4a5a174-5a4a-5b4b-b672-37683c10d7d5>
Thu, 13 Jun 2024 12:35:27 +0000 (12:35 +0000)
committernishi <nishi@d4a5a174-5a4a-5b4b-b672-37683c10d7d5>
Thu, 13 Jun 2024 12:35:27 +0000 (12:35 +0000)
git-svn-id: file:///raid/svn-main/nishi-dataworks/trunk@297 d4a5a174-5a4a-5b4b-b672-37683c10d7d5

RemoteClient/tcpip.c

index 96a7d009f6f0ebf59109550a880eed77c75b167d..d118181c868e0f281ee5326069ddc81800368b4f 100644 (file)
@@ -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;
        }