mirror of
https://github.com/curl/curl.git
synced 2026-06-01 22:14:17 +03:00
Typo fix in trynextip().
This commit is contained in:
parent
1709e5e966
commit
8230af0b94
1 changed files with 1 additions and 1 deletions
|
|
@ -573,7 +573,7 @@ static CURLcode trynextip(struct connectdata *conn,
|
|||
|
||||
do {
|
||||
ai = ai->ai_next;
|
||||
} while(ai && ai->ai_family == family);
|
||||
} while(ai && ai->ai_family != family);
|
||||
}
|
||||
Curl_closesocket(conn, fd_to_close);
|
||||
return CURLE_COULDNT_CONNECT;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue