diff options
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; |