]> sjero.net Git - wget/commitdiff
[svn] Doc fix.
authorhniksic <devnull@localhost>
Sat, 1 Nov 2003 02:29:38 +0000 (18:29 -0800)
committerhniksic <devnull@localhost>
Sat, 1 Nov 2003 02:29:38 +0000 (18:29 -0800)
src/host.c

index 33078bf11fa705ef88b177d3bba8ec7901aa7eb7..3a08deeba196703a79a7817069243ba8cc1af724 100644 (file)
@@ -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)
     {