commit | 42823d597a9029ac497edda9102f61283630635b | [log] [tgz] |
---|---|---|
author | Denis Vlasenko <vda.linux@googlemail.com> | Sun Feb 04 02:39:08 2007 +0000 |
committer | Denis Vlasenko <vda.linux@googlemail.com> | Sun Feb 04 02:39:08 2007 +0000 |
tree | 848e71f864ad0675e19c8dcdce94c11a5dcc3d7a | |
parent | 45854b5e3ff265c23dc36c139f09ea8eb3790ad1 [diff] [blame] |
add x to IPv6 functions which can die
diff --git a/networking/nslookup.c b/networking/nslookup.c index 14c05b3..8076aff 100644 --- a/networking/nslookup.c +++ b/networking/nslookup.c
@@ -49,7 +49,7 @@ static int print_host(const char *hostname, const char *header) { - /* We can't use host2sockaddr() - we want to get ALL addresses, + /* We can't use xhost2sockaddr() - we want to get ALL addresses, * not just one */ struct addrinfo *result = NULL;