Skip to content
Snippets Groups Projects
Commit a28695b4 authored by Per Cederqvist's avatar Per Cederqvist
Browse files

Fixed more IPv6 portability problems.

parent 122ce295
No related branches found
No related tags found
No related merge requests found
2002-11-29 Per Cederqvist <ceder@ceder.dyndns.org>
Fixed more IPv6 portability problems.
* configure.in: Check for freehostent.
* src/intern.h: Require HAVE_FREEHOSTENT to be defined if we are
to use getipnodebyname.
* src/isc_udp.c (isc_mkudpaddress): Don't call freehostent()
unless hp has been allocated by getipnodebyname().
* src/isc_tcp.c (isc_mktcpaddress): Don't call freehostent()
unless hp has been allocated by getipnodebyname().
* src/isc_socket.c (isc_getipnum): Fixed typo: strncpy was spelled
"strncopy".
2002-11-28 Per Cederqvist <ceder@ceder.dyndns.org>
Give credits to Thorild for the IPv6 porting.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment