Bug in documentation about (struct dns_naptr)

Michael Tokarev mjt at tls.msk.ru
Tue Feb 8 21:50:30 MSK 2011


08.02.2011 15:05, Iñaki Baz Castillo wrote:
> Hi, docs say:
> 
> struct dns_naptr { /* single NAPTR record */
>   int order; /* record order */
>   int preference; /* preference of this record */
>   char *flags; /* application-specific flags */
>   char *services; /* service parameters */
>   char *regexp; /* substitutional regular expression */
>   char *replacement; /* replacement string */
> };
> 
> It should be "char *service".

Fixed.  Thank you!

/mjt


More information about the udns mailing list