mirror of
https://github.com/curl/curl.git
synced 2026-08-25 00:13:34 +03:00
additional renames of Curl_ourerrno => Curl_sockerrno
This commit is contained in:
parent
e85e30546c
commit
9bece2b313
5 changed files with 6 additions and 6 deletions
|
|
@ -201,7 +201,7 @@ static void dump_addrinfo(struct connectdata *conn, const struct addrinfo *ai)
|
|||
if (Curl_printable_address(ai, buf, sizeof(buf)))
|
||||
printf("%s\n", buf);
|
||||
else
|
||||
printf("failed; %s\n", Curl_strerror(conn, Curl_ourerrno()));
|
||||
printf("failed; %s\n", Curl_strerror(conn, Curl_sockerrno()));
|
||||
}
|
||||
}
|
||||
#else
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue