diff options
author | vda <vda@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2007-02-04 02:39:08 +0000 |
---|---|---|
committer | vda <vda@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2007-02-04 02:39:08 +0000 |
commit | 344b3a5ca5ea57a89cdcb014778b554139be997c (patch) | |
tree | 848e71f864ad0675e19c8dcdce94c11a5dcc3d7a /networking/nslookup.c | |
parent | 99194b9a2c7d803572a47da28a7a22178e036d41 (diff) | |
download | busybox-w32-344b3a5ca5ea57a89cdcb014778b554139be997c.tar.gz busybox-w32-344b3a5ca5ea57a89cdcb014778b554139be997c.tar.bz2 busybox-w32-344b3a5ca5ea57a89cdcb014778b554139be997c.zip |
add x to IPv6 functions which can die
git-svn-id: svn://busybox.net/trunk/busybox@17749 69ca8d6d-28ef-0310-b511-8ec308f3f277
Diffstat (limited to 'networking/nslookup.c')
-rw-r--r-- | networking/nslookup.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/networking/nslookup.c b/networking/nslookup.c index 14c05b3e6..8076aff98 100644 --- a/networking/nslookup.c +++ b/networking/nslookup.c | |||
@@ -49,7 +49,7 @@ | |||
49 | 49 | ||
50 | static int print_host(const char *hostname, const char *header) | 50 | static int print_host(const char *hostname, const char *header) |
51 | { | 51 | { |
52 | /* We can't use host2sockaddr() - we want to get ALL addresses, | 52 | /* We can't use xhost2sockaddr() - we want to get ALL addresses, |
53 | * not just one */ | 53 | * not just one */ |
54 | 54 | ||
55 | struct addrinfo *result = NULL; | 55 | struct addrinfo *result = NULL; |