summaryrefslogtreecommitdiff
path: root/lib/hostip6.c
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2006-05-05 10:24:27 +0000
committerDaniel Stenberg <daniel@haxx.se>2006-05-05 10:24:27 +0000
commit9bece2b313ec75901410b52056adbaae8c49e508 (patch)
treeec55ec40f428fd1f856423ad47afd0743bea9b14 /lib/hostip6.c
parente85e30546c89e17b6fb0cf383de25b7ed7f3bf3d (diff)
downloadcurl-9bece2b313ec75901410b52056adbaae8c49e508.tar.gz
additional renames of Curl_ourerrno => Curl_sockerrno
Diffstat (limited to 'lib/hostip6.c')
-rw-r--r--lib/hostip6.c2
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