[rbldnsd] [PATCH] maxttl fix

Michael Tokarev mjt at tls.msk.ru
Tue Mar 30 01:05:01 MSD 2004


Bradley Baetz wrote:
> The version of the maxttl patch which went into 0.992 has a condition
> reversed. The attached patch is needed to make maxttl work.
> 
> -  else if (max_ttl && *ttlp < max_ttl)
> +  else if (max_ttl && *ttlp > max_ttl)

Uhh...  Thanks.  I can't say I tested this code path.. it seems... ;)
Applied.

/mjt


More information about the rbldnsd mailing list