| > Just replace the if line by:
> if (hp->h_length) {
And the line:
SOCaddr_copyaddr(server, server_size, hp->h_addr_list[0], hp->h_length);
by:
SOCaddr_copyaddr(*server, server_size, hp->h_addr_list[0], hp->h_length);
And this should compile fine.
I'll merge the fix for the next alpha release.
Thanks for the report!
| |