diff options
-rw-r--r-- | canohost.c | 2 |
1 files changed, 1 insertions, 1 deletions
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) | |||
93 | */ | 93 | */ |
94 | memset(&hints, 0, sizeof(hints)); | 94 | memset(&hints, 0, sizeof(hints)); |
95 | hints.ai_socktype = SOCK_DGRAM; /*dummy*/ | 95 | hints.ai_socktype = SOCK_DGRAM; /*dummy*/ |
96 | hints.ai_flags = NI_NUMERICHOST; | 96 | hints.ai_flags = AI_NUMERICHOST; |
97 | if (getaddrinfo(name, "0", &hints, &ai) == 0) { | 97 | if (getaddrinfo(name, "0", &hints, &ai) == 0) { |
98 | logit("Nasty PTR record \"%s\" is set up for %s, ignoring", | 98 | logit("Nasty PTR record \"%s\" is set up for %s, ignoring", |
99 | name, ntop); | 99 | name, ntop); |