From 5b8d5d5a05bef459468f0d4cda3d57bae9a21612 Mon Sep 17 00:00:00 2001 From: hniksic Date: Fri, 31 Oct 2003 18:29:38 -0800 Subject: [PATCH] [svn] Doc fix. --- src/host.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/host.c b/src/host.c index 33078bf1..3a08deeb 100644 --- a/src/host.c +++ b/src/host.c @@ -508,9 +508,9 @@ lookup_host (const char *host, int flags) if (flags & LH_PASSIVE) hints.ai_flags |= AI_PASSIVE; - /* No need to call getaddrinfo_with_timeout here, as we're not - resolving anything, but merely translating the address from the - presentation (ASCII) to network format. */ + /* No need to specify timeout, as we're not resolving HOST, but + merely translating it from the presentation (ASCII) to network + format. */ err = getaddrinfo (host, NULL, &hints, &res); if (err == 0 && res != NULL) { -- 2.39.2