]> sjero.net Git - wget/commitdiff
[svn] Fix typo in comment.
authorhniksic <devnull@localhost>
Fri, 17 Jun 2005 18:30:05 +0000 (11:30 -0700)
committerhniksic <devnull@localhost>
Fri, 17 Jun 2005 18:30:05 +0000 (11:30 -0700)
src/host.c

index af736dabea53893e99f63cc4722020584222d8a9..53a351e9991a5199de3e7f19d2144e862ce17e7d 100644 (file)
@@ -767,9 +767,9 @@ lookup_host (const char *host, int flags)
     else if (opt.ipv6_only)
       hints.ai_family = AF_INET6;
     else
-      /* We used to specify AI_ADDRCONFIG here, but removed it because
-        it fails in on systems with IPv6 loopbacks, it loses on AIX
-        5.1, and isn't really needed as we sort the addresses).  */
+      /* We tried using AI_ADDRCONFIG, but removed it because: it
+        misinterprets IPv6 loopbacks, it is broken on AIX 5.1, and
+        it's unneeded since we sort the addresses anyway.  */
        hints.ai_family = AF_UNSPEC;
 
     if (flags & LH_BIND)