From 5f7dd5191cd5973d69de1f6860d775802bc896e6 Mon Sep 17 00:00:00 2001 From: "Arnold D. Robbins" Date: Fri, 29 Apr 2011 12:15:49 +0300 Subject: Bug fix in io.c, minor doc update. --- io.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'io.c') diff --git a/io.c b/io.c index b5459688..6fc921c5 100644 --- a/io.c +++ b/io.c @@ -3275,7 +3275,7 @@ inetfile(const char *str, int *length, int *family) *length = 7; if (family != NULL) *family = AF_INET6; -#ifdef HAVE_GETADDRINFO +#ifndef HAVE_GETADDRINFO fatal(_("IPv6 communication is not supported")); #endif } -- cgit v1.2.3