diff options
author | Daniel Stenberg <daniel@haxx.se> | 2006-05-05 10:24:27 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2006-05-05 10:24:27 +0000 |
commit | 9bece2b313ec75901410b52056adbaae8c49e508 (patch) | |
tree | ec55ec40f428fd1f856423ad47afd0743bea9b14 /lib/hostip6.c | |
parent | e85e30546c89e17b6fb0cf383de25b7ed7f3bf3d (diff) | |
download | curl-9bece2b313ec75901410b52056adbaae8c49e508.tar.gz |
additional renames of Curl_ourerrno => Curl_sockerrno
Diffstat (limited to 'lib/hostip6.c')
-rw-r--r-- | lib/hostip6.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/hostip6.c b/lib/hostip6.c index 2168f255f..07bb37ae0 100644 --- a/lib/hostip6.c +++ b/lib/hostip6.c @@ -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 |