Bug in documentation about (struct dns_naptr)

Iñaki Baz Castillo ibc at aliax.net
Tue Feb 8 15:05:11 MSK 2011


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".

Regards.

-- 
Iñaki Baz Castillo
<ibc at aliax.net>


More information about the udns mailing list