Loading lib/connect.c +1 −1 Original line number Diff line number Diff line Loading @@ -375,7 +375,6 @@ static CURLcode bindlocal(struct connectdata *conn, if( bind(sockfd, sock, socksize) >= 0) { /* we succeeded to bind */ struct Curl_sockaddr_storage add; unsigned short port = 0; size_t size; size = sizeof(add); Loading @@ -384,6 +383,7 @@ static CURLcode bindlocal(struct connectdata *conn, failf(data, "getsockname() failed"); return CURLE_HTTP_PORT_FAILED; } /* We re-use/clobber the port variable here below */ if(((struct sockaddr *)&add)->sa_family == AF_INET) port = ntohs(((struct sockaddr_in *)&add)->sin_port); #ifdef ENABLE_IPV6 Loading Loading
lib/connect.c +1 −1 Original line number Diff line number Diff line Loading @@ -375,7 +375,6 @@ static CURLcode bindlocal(struct connectdata *conn, if( bind(sockfd, sock, socksize) >= 0) { /* we succeeded to bind */ struct Curl_sockaddr_storage add; unsigned short port = 0; size_t size; size = sizeof(add); Loading @@ -384,6 +383,7 @@ static CURLcode bindlocal(struct connectdata *conn, failf(data, "getsockname() failed"); return CURLE_HTTP_PORT_FAILED; } /* We re-use/clobber the port variable here below */ if(((struct sockaddr *)&add)->sa_family == AF_INET) port = ntohs(((struct sockaddr_in *)&add)->sin_port); #ifdef ENABLE_IPV6 Loading