mirror of
https://github.com/isc-projects/bind9.git
synced 2026-05-28 04:34:54 -04:00
Remove another remnant of bitstring labels
A comment referred to the mysterious label type 01000001
This commit is contained in:
parent
d39f666c7e
commit
1637721ee9
1 changed files with 1 additions and 2 deletions
|
|
@ -663,8 +663,7 @@ dns_name_fromregion(dns_name_t *name, const isc_region_t *r);
|
|||
* so far converted. A maximum of 255 bytes is converted.
|
||||
*
|
||||
* Requires:
|
||||
* \li The data in 'r' is a sequence of one or more type 00 or type 01000001
|
||||
* labels.
|
||||
* \li The data in 'r' is a sequence of one or more type 00 labels.
|
||||
*/
|
||||
|
||||
void
|
||||
|
|
|
|||
Loading…
Reference in a new issue