summaryrefslogtreecommitdiffhomepage
path: root/netio.c
diff options
context:
space:
mode:
Diffstat (limited to 'netio.c')
-rw-r--r--netio.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/netio.c b/netio.c
index 04413e1..c73a1fe 100644
--- a/netio.c
+++ b/netio.c
@@ -613,7 +613,7 @@ void getaddrstring(struct sockaddr_storage* addr,
int flags = NI_NUMERICSERV | NI_NUMERICHOST;
-#ifndef DO_HOST_LOOKUP
+#if !DO_HOST_LOOKUP
host_lookup = 0;
#endif