From f7de8573f5521263449fd80a2d5cdf3901b96087 Mon Sep 17 00:00:00 2001 From: John Denker Date: Sat, 24 Nov 2012 19:40:13 -0800 Subject: Now can check to see if hostnames map to observed IP --- tools/libltgrey.c | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'tools/libltgrey.c') diff --git a/tools/libltgrey.c b/tools/libltgrey.c index eb6d904..0538d5c 100644 --- a/tools/libltgrey.c +++ b/tools/libltgrey.c @@ -306,10 +306,9 @@ int whatsit::check_dns_sub(const char* ipvar, const char* namevar, if (error == EAI_NONAME) return ex_badDNS; if (error) { cerr << progid + << " getaddrinfo for " << ipvar << " error " << error - << " compare " << EAI_NONAME - << " in getaddrinfo for " << ipvar - << " :: " << gai_strerror(error) << endl; + << " i.e. " << gai_strerror(error) << endl; return ex_dns_fail; } -- cgit v1.2.3