From 0f68486a7673885ba2834af80fd14f1e3be16e8f Mon Sep 17 00:00:00 2001 From: Darren Tucker Date: Thu, 5 Jun 2003 09:52:42 +1000 Subject: Put AI_NUMERICHOST back where it belongs. --- canohost.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'canohost.c') diff --git a/canohost.c b/canohost.c index fd5c58172..533f2c24a 100644 --- a/canohost.c +++ b/canohost.c @@ -93,7 +93,7 @@ get_remote_hostname(int socket, int use_dns) */ memset(&hints, 0, sizeof(hints)); hints.ai_socktype = SOCK_DGRAM; /*dummy*/ - hints.ai_flags = NI_NUMERICHOST; + hints.ai_flags = AI_NUMERICHOST; if (getaddrinfo(name, "0", &hints, &ai) == 0) { logit("Nasty PTR record \"%s\" is set up for %s, ignoring", name, ntop); -- cgit v1.2.3