Zitat von Jochen Roderburg <[email protected]>:

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