Loading lib/connect.c +1 −1 Original line number Diff line number Diff line Loading @@ -1049,7 +1049,7 @@ static CURLcode singleipconnect(struct connectdata *conn, if(result == CURLE_UNSUPPORTED_PROTOCOL) { /* The address family is not supported on this interface. We can continue trying addresses */ return CURLE_OK; return CURLE_COULDNT_CONNECT; } return result; } Loading Loading
lib/connect.c +1 −1 Original line number Diff line number Diff line Loading @@ -1049,7 +1049,7 @@ static CURLcode singleipconnect(struct connectdata *conn, if(result == CURLE_UNSUPPORTED_PROTOCOL) { /* The address family is not supported on this interface. We can continue trying addresses */ return CURLE_OK; return CURLE_COULDNT_CONNECT; } return result; } Loading