bug-wget
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Bug-wget] next wget release?


From: Jochen Roderburg
Subject: Re: [Bug-wget] next wget release?
Date: Sat, 06 Aug 2011 19:54:14 +0200
User-agent: Internet Messaging Program (IMP) H3 (4.3.7)

Zitat von Jochen Roderburg <address@hidden>:

Not so serious, but since the latest changes I get on every request an error message:

wget http://www.uni-koeln.de

  --2011-08-06 17:54:28--  http://www.uni-koeln.de/
Resolving www.uni-koeln.de (www.uni-koeln.de)... 134.95.19.39, 2a00:a200:0:f::888,
  <error: Address family not supported by protocol>, ...
Connecting to www.uni-koeln.de (www.uni-koeln.de)|134.95.19.39|:80... connected.


Suggest the following patch:

--- ./src/host.c.orig   2011-08-06 16:45:59.000000000 +0000
+++ ./src/host.c        2011-08-06 19:49:41.000000000 +0000
@@ -829,7 +829,7 @@
       int printmax = al->count;

       if (! opt.show_all_dns_entries)
-        printmax = 3;
+        if (printmax > 3) printmax = 3;

       for (i = 0; i < printmax; i++)
         {


Best regards,
Jochen Roderburg





reply via email to

[Prev in Thread] Current Thread [Next in Thread]