additional renames of Curl_ourerrno => Curl_sockerrno

This commit is contained in:
Daniel Stenberg 2006-05-05 10:24:27 +00:00
parent e85e30546c
commit 9bece2b313
5 changed files with 6 additions and 6 deletions

View file

@ -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;
}
}