Jochen Roderburg <roderb...@uni-koeln.de> writes:

> --- ./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;

Thanks, applied!

Regards,
Giuseppe

Reply via email to