mirror of
https://github.com/curl/curl.git
synced 2026-08-25 21:03: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
|
|
@ -159,7 +159,7 @@ static CURLcode handshake(struct connectdata *conn,
|
|||
}
|
||||
else {
|
||||
/* anything that gets here is fatally bad */
|
||||
failf(data, "select on SSL socket, errno: %d", Curl_ourerrno());
|
||||
failf(data, "select on SSL socket, errno: %d", Curl_sockerrno());
|
||||
return CURLE_SSL_CONNECT_ERROR;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue