IPv6-adjustments

This commit is contained in:
Daniel Stenberg
2001-02-21 17:15:09 +00:00
parent 46e0937263
commit da06a6e7e3
4 changed files with 28 additions and 25 deletions

View File

@@ -1058,7 +1058,7 @@ again:;
* previous lookup.
*/
#ifdef ENABLE_IPV6
res = conn->res;
res = conn->hp;
#else
he = conn->hp;
#endif