diff options
author | Denis Vlasenko <vda.linux@googlemail.com> | 2007-02-04 02:39:08 +0000 |
---|---|---|
committer | Denis Vlasenko <vda.linux@googlemail.com> | 2007-02-04 02:39:08 +0000 |
commit | 42823d597a9029ac497edda9102f61283630635b (patch) | |
tree | 848e71f864ad0675e19c8dcdce94c11a5dcc3d7a /networking/nslookup.c | |
parent | 45854b5e3ff265c23dc36c139f09ea8eb3790ad1 (diff) | |
download | busybox-w32-42823d597a9029ac497edda9102f61283630635b.tar.gz busybox-w32-42823d597a9029ac497edda9102f61283630635b.tar.bz2 busybox-w32-42823d597a9029ac497edda9102f61283630635b.zip |
add x to IPv6 functions which can die
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; |