Loading apps/s_socket.c +1 −1 Original line number Diff line number Diff line Loading @@ -147,7 +147,7 @@ int init_client(int *sock, const char *host, const char *port, #endif if (!BIO_connect(*sock, BIO_ADDRINFO_address(ai), type == SOCK_STREAM ? BIO_SOCK_NODELAY : 0)) { protocol == IPPROTO_TCP ? BIO_SOCK_NODELAY : 0)) { BIO_closesocket(*sock); *sock = INVALID_SOCKET; continue; Loading Loading
apps/s_socket.c +1 −1 Original line number Diff line number Diff line Loading @@ -147,7 +147,7 @@ int init_client(int *sock, const char *host, const char *port, #endif if (!BIO_connect(*sock, BIO_ADDRINFO_address(ai), type == SOCK_STREAM ? BIO_SOCK_NODELAY : 0)) { protocol == IPPROTO_TCP ? BIO_SOCK_NODELAY : 0)) { BIO_closesocket(*sock); *sock = INVALID_SOCKET; continue; Loading