4 Oct
2008
4 Oct
'08
8:59 p.m.
On Sat, Oct 04, 2008 at 06:24:05PM +0200, Justus Winter wrote:
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1
Hi everyone :)
while debugging ipv6 support I noticed that the debug output of Dns_server(..) was not very helpful since it printed the pointer to the address list instead of the addresses.
Not yet committed, mainly because the feature freeze for release. (although the small fix went in).
The attached patch fixes this and also adds the function
void a_DilloHost_to_String(DilloHost *host, char *dst, size_t size)
If you finally get to a complete fix, please name exported functions in dns.c with the "a_Dns_" prefix. e.g. a_Dns_host_to_string Patches are more than welcomed! -- Cheers Jorge.-