| 87 | |
| 88 | // connect to the server |
| 89 | if (connect(sock, (struct sockaddr *)&serveraddr, sizeof(serveraddr)) == -1) |
| 90 | { |
| 91 | fprintf(stderr, "Connection failed\n"); |
| 92 | closesocket(sock); |
nothing calls this directly
no outgoing calls
no test coverage detected